bbolli / tumblr-utils

Utilities for dealing with Tumblr blogs, Tumblr backup
GNU General Public License v3.0
668 stars 124 forks source link

Cant get over syntax error #129

Closed Tsukifox closed 5 years ago

Tsukifox commented 5 years ago

evrything else works except this part where you have to type (python tumblr_backup.py username) it just says syntax error but everything is written correctly

MrsGurgle commented 5 years ago

I had this issue too. When I left out the "python" part of it though, it worked: just "tumblr_backup.py username"

Tsukifox commented 5 years ago

thanks but already tried that, still same result. I also added both paths just in case, the location where the tumblr files are and the Python location. Still syntax error. What username should I type in there? Just my current username?

bbolli commented 5 years ago

Please post a screen shot of what you enter and the error message.

Tsukifox commented 5 years ago

dddaw this is the error

cebtenzzre commented 5 years ago

What's the output of python --version?

Tsukifox commented 5 years ago

My version of python is 2.2

cebtenzzre commented 5 years ago

From 2001? Wow, that's really old. You shouldn't have such an old version for any reason, let alone for use with this software. The README clearly states that the required version of Python is 2.7. Please update your Python.

Tsukifox commented 5 years ago

Holy shit haha yeah its working now, thank you cebtenzzre!