noamraph / dreampie

DreamPie - The Python shell you've always dreamed about!
www.dreampie.org
GNU General Public License v3.0
235 stars 53 forks source link

Not running on debian stretch #75

Open ketsa opened 6 years ago

ketsa commented 6 years ago

I installed by running : pip3 install dreampie

Then :

09:42-root@DL4310[/home/matt]>dreampie
Traceback (most recent call last):
  File "/usr/local/bin/dreampie", line 3, in <module>
    from dreampielib.gui import main
  File "/usr/local/lib/python3.5/dist-packages/dreampielib/gui/__init__.py", line 240
    except StartError, e:
                     ^
SyntaxError: invalid syntax
bbayles commented 6 years ago

Try using Python 2.7 instead - that works on Stretch.