-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package not python 3 compatible #5
Comments
Just to add - the old style exception support was extended to allow the new style in Python 2.6. The new-style ( |
Sent in PR #6 to address this |
Thanks for this. I'm running Python 3.8 and not too familiar with scripts themselves but at least I could run it with your fix |
@moseleyi Glad I could help! |
The code uses the old style of exception handling. It appears that a small change
to
on lines 52, 78 and 107 makes the code python 3.4 compatible using the anaconda distribution.
The text was updated successfully, but these errors were encountered: