You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Download oyoyo-0.8.tar.gz
2. Ungzip, untar
3. Do "python setup.py install"
What is the expected output? What do you see instead?
I expect oyoyo to be installed. Instead, a SyntaxError is thrown because
"except ImportError as e:" is used.
What version of the product are you using? On what operating system?
I'm using oyoyo-0.8.tar.gz on CentOS 5 with Python 2.5
Please provide any additional information below.
I *think* this could be easily solved by replacing all "except CustomError as
e:" with "except CustomError, e". I haven't tested it yet.
Original issue reported on code.google.com by [email protected] on 9 Sep 2011 at 12:52
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Sep 2011 at 12:52The text was updated successfully, but these errors were encountered: