kynikos / outspline

Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
http://kynikos.github.io/outspline/
GNU General Public License v3.0
47 stars 9 forks source link

0.8.2 install errors with Python 3.5 #377

Closed fire-eggs closed 8 years ago

fire-eggs commented 8 years ago

Trying to follow the "python setup.py install" instructions.

byte-compiling E:\Python35\Lib\site-packages\outspline\static\activestate\tco.py to tco.cpython-35.pyc File "E:\Python35\Lib\site-packages\outspline\static\activestate\tco.py", line 37 except TailRecurseException, err: ^ SyntaxError: invalid syntax

byte-compiling E:\Python35\Lib\site-packages\outspline\coreaux\configuration.py to configuration.cpython-35.pyc File "E:\Python35\Lib\site-packages\outspline\coreaux\configuration.py", line 43 _USER_FOLDER_PERMISSIONS = 0750 ^ SyntaxError: invalid token

kynikos commented 8 years ago

Thank you for the report, Outspline requires Python 2 because wxPython doesn't support version 3 yet. You can view all the dependencies in https://github.com/kynikos/outspline/wiki/Dependencies :)

What distro are you using? There should be the possibility to have both versions of Python installed: in order to use Python 2, the command should be python2 instead of just python.

kynikos commented 8 years ago

I'm going to close this, as it wasn't a bug.