bbolli / tumblr-utils

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

Python 2 is gone, so it no longer works on Apple #234

Closed tomleary closed 2 years ago

tomleary commented 2 years ago

As I understand, a recent update has removed Python 2 from Apple. If I use tumblr_backup.py, it returns "zsh: command not found: python". I tried using 2to3, but it doesn't seem to be changing much of anything in the file (for example, "httplib" doesnt get swapped out with "http.client"). Reinstalling Python 2 seems to be an extremely big hassle and it's apparently at the end of its life anyway. Is there any easy way to convert this program to Python3?

cebtenzzre commented 2 years ago

Check out my fork, it's Python 3 compatible.

cebtenzzre commented 2 years ago

Closing as duplicate of #87.