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
Traceback (most recent call last):
File "/usr/local/bin/dreampie", line 3, in
from dreampielib.gui import main
File "/usr/local/lib/python3.8/dist-packages/dreampielib/gui/init.py", line 240
except StartError, e:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
dreampie was created in Python 2.7 and as I know
It could need too much change to simply convert it to Python 3
ie. it uses gtksourceview2 which doesn't exists in Python 3
and I had problem to install it on Linux Mint 20 based on Ubuntu 20.04
If you will have problem with gtksourceview2 in Python 2.7
then download python-gtksourceview2_2.10.1-3_amd64.deb
from
dreampie
Traceback (most recent call last):
File "/usr/local/bin/dreampie", line 3, in
from dreampielib.gui import main
File "/usr/local/lib/python3.8/dist-packages/dreampielib/gui/init.py", line 240
except StartError, e:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: