z4r / python-rtkit

Python Api for Request Tracker's REST interface
http://z4r.github.com/python-rtkit/
Other
68 stars 44 forks source link

SyntaxError: invalid syntax #9

Closed xyproto closed 12 years ago

xyproto commented 12 years ago

Hi,

When running setup.py, I get the following error:

  File "/usr/lib/python3.2/site-packages/rtkit/errors.py", line 34
    except (NameError, ValueError, KeyError), e:
                                            ^
SyntaxError: invalid syntax

This is on 64-bit Arch Linux with Python 3.2.3 (which is the default version on Arch).

I assume you support both Python 2 and Python 3, since there is no mention of either.

Best regards, Alexander Rødseth