-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: Python was not found #11
Comments
Note: The developer of Tumblr-utils wasn't the one that made that guide for general Tumblr backup options available. That's our guide (Magz's). In the guide, it even says we aren't the developer of any of the tools or methods mentioned Luckily, came across this issue report by chance. The reason what you did didn't fix the problem is because you aren't supposed to copy Python to the external drive to be able to run python, since any system that acknowledges it has Python should work even with external drives. The error message can happen when there's either:
or
Example. |
@cristaldotgema Cool guide! By the way, since ddf32ce this fork no longer supports Python 2 - it became too much effort to maintain after mypy dropped support for it. So users should not install Python 2 if they just want to back up a tumblr blog using this fork. |
I tried to do "python tumblr_backup.py -i --save-video [redacted]" and it didn't do anything. I also tried to do "python tumblr_backup.py --help" to see if that would do anything and it didn't do anything? |
You'll have to be more specific than "didn't do anything", but if python 3 is not on your PATH then it won't work. Try |
Thank you for notifying about this change, will update this info as soon as possible ! From previous versions requiring Python 2 and it being noted that the utilities still used Python 2, it was hard to tell it was no longer necessary, admittedly. In this case, for example: on Windows - checking Environment Variables would be just as useful to know which Python 3 version is installed in Path ... or if it wasn't added. (There was an experience before when both py and python were python 2.7, despite having python 3 in path) if Python 3 isn't in there, will have to re-install python 3 with "add to path" / "add to environment variables" selected as well. if Python 3 is in there, then whichever version was installed can just be added to the command for a fast solution. "py -3.11" That is... if the suggested issue is the problem. Good luck. |
Version is Python 3.11.5. There was no sort of output and I couldn't find a download of my blog anywhere on my computer, I tried running the command and still, nothing. |
It's not so easy to provide technical support via GitHub, but if you'd like to chat on Discord my username is "cebtenzzre". |
Hello. I am folowing the guide you made (https://docs.google.com/document/d/1yBWlk-yEgpSoEh3c9oLhz_kbLtUGqbqzOpCtJsvQgjI/edit) to do my tumblr backup. I am getting the error "Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases." despite having python installed. I copied the Python 3 and Python 2 folders from my C:/ Drive to the external drive where I am saving the backup and it is still having said issue. The [redacted] part of the commands I ran is my tumblr name which I would like to keep private.
The exact commands I ran:
cd /d E:\tumblr-utils-3582d8d30a28ead581af8a23aa69962f13fd706a\tumblr-utils-3582d8d30a28ead581af8a23aa69962f13fd706a
py tumblr_backup.py -i --save-video [redacted]
The text was updated successfully, but these errors were encountered: