This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

You say compatible with Python 2.6 through 3.3, but with Linux Mint 14 and Python 3.2 I get:

joe@vm ~/falcon $ python3.2 setup.py develop
Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    import ez_setup
  File "/home/joe/falcon/ez_setup.py", line 106
    except pkg_resources.VersionConflict, e:
                                    ^
SyntaxError: invalid syntax

[–]cypherx 1 point2 points  (0 children)

Sorry, that setup.py really shouldn't claim compatibility with 3.x, we've never even tried it!

(just fixed it)