Python Test and Blog Import
Dec. 5th, 2018 11:38 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
My test of the Python driven Tumblr Backup succeeded (I’ll blog later about a problem that stumped me for an hour).
I tested it on a small sideblog called zinedom (a project devoted to archiving zine era fanfic). I was able to take the folder and upload it to my website and it looks great. Feel free to browse and let me know if there are problems or items missing.
New home: https://zinedom.org/zinedom-tumblr/index.html
Tumblr version: https://zinedom.tumblr.com/
(no subject)
Date: 2018-12-05 10:13 pm (UTC)Tumblr Backup with Python Issues
Date: 2018-12-05 10:54 pm (UTC)Windows 10 Home
First, I found my environmental variables by going to Settings and searching for Environ and there were two options. One is for user variables/account and one for system. Turns out we want system. Then I edited the path variables as directed but messed up by editing the top portion of the variables. These are account/user and we want the ones below for system. After I got that right, I clicked on Path, then Edit, then New and pasted in the new line as directed.
However, my system didn't recognize Python. So I had to add python to my PATH as well. Same place, Edit, New, and I pasted in C:\Python27. This worked, but ONLY after I closed the command prompt and re-opened it. Once all this was done, it worked perfectly.
Hope this helps someone else.
Re: Tumblr Backup with Python Issues
Date: 2018-12-05 11:59 pm (UTC)I ran into similar problems. I am on Windows 7. I installed everything/adjusted the PATH but it refused to run. I finally copied the C:\Python27 folder into the same folder as the Tumblr Backup utility files and it now works.
I'll reblog your note and mine on Tumblr