You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed epub.py from the .zip download. Attempt to run it produced this result
/home/g/Downloads/epub-master # ./epub.py -h
File "./epub.py", line 66
print image.Image(image_file.name)
^
SyntaxError: invalid syntax
I know nothing about python, could you kindly advise me of the problem here.
I have installed python2-beautifulsoup3-3.2.1-3 and python3.4.2 on arch linux mainline 3.18.1
The text was updated successfully, but these errors were encountered:
Yeah you need to use python2 instead of python3
run this with $ python epub.py <arguments>
instead of $ python3 epub.py <arguments>
May be this can help you install python2
🔺 😸 😺
Installed epub.py from the .zip download. Attempt to run it produced this result
/home/g/Downloads/epub-master # ./epub.py -h
File "./epub.py", line 66
print image.Image(image_file.name)
^
SyntaxError: invalid syntax
I know nothing about python, could you kindly advise me of the problem here.
I have installed python2-beautifulsoup3-3.2.1-3 and python3.4.2 on arch linux mainline 3.18.1
The text was updated successfully, but these errors were encountered: