Open rgaiacs opened 11 years ago
Hi, I got a error when try to using it with Python3.
$ python --version Python 3.3.2 $ python src/manga.py -h Traceback (most recent call last): File "src/manga.py", line 37, in <module> from parsers.thread import SiteParserThread File "/home/raniere/src/manga_downloader/src/parsers/thread.py", line 17, in <module> from parsers.base import SiteParserBase File "/home/raniere/src/manga_downloader/src/parsers/base.py", line 23, in <module> from util import * File "/home/raniere/src/manga_downloader/src/util.py", line 52 if (proxy <> None): ^ SyntaxError: invalid syntax
Hi, I got a error when try to using it with Python3.