SyntaxError on setup.py

Asked by Nwallins

Attempting to install whisper using Python 3.1 on Ubuntu 10.04 LTS:

https://gist.github.com/rickhull/96a21ca91cbac4a3cbf6

Note:
...
running install_lib
copying build/lib.linux-i686-3.1/whisper.py -> /usr/local/lib/python3.1/dist-packages
byte-compiling /usr/local/lib/python3.1/dist-packages/whisper.py to whisper.pyc
  File "/usr/local/lib/python3.1/dist-packages/whisper.py", line 54
    except AttributeError, e:
                         ^
SyntaxError: invalid syntax

running install_scripts
...

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Nwallins
Solved:
Last query:
Last reply:
Revision history for this message
Nwallins (rick-hull) said :
#1

OK it looks like graphite doesn't support Python 3. Might want to note that on the wiki.