tam7t / photograbber

Download photos from Facebook
GNU General Public License v3.0
80 stars 41 forks source link

PhotoGrabber is not Python 3 compatible. #8

Closed basvdheuvel closed 9 years ago

basvdheuvel commented 9 years ago

First run ends with invalid syntax:

  File "./pg.py", line 51
    if text: print text
                      ^
SyntaxError: invalid syntax

It's about time, isn't it?

tam7t commented 9 years ago

Since photograbber is a client program and not a library, I do not see any need (or benefits) of updating to Python3 that would warrant the effort. Sorry!

basvdheuvel commented 9 years ago

Well, Python 3 was released back in '08. I don't know about you, but I like using up-to-date software.