-
Notifications
You must be signed in to change notification settings - Fork 41
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
SyntaxError on fresh install with python 7 #100
Comments
The offending line is:
Changed lines 72-76 in frame.py:
Commented line 280 and 283 in writer.py (I think these types are depreciated in python 3) Commented line 19 in connection.py (I think exceptions is rolled in to core) After that the import statement worked - gonna go see if I can get the thing rolling. Sorry I'm not sharp enough to do a diff or anything like that for you guys. |
Also changed iteritems to items in writer.py (line 188) and channel.py (line 65). |
Changed line 144 to:
in writer.py |
The next error was:
|
I'm assuming this isn't fully converted to python 3? |
After installing haigha with pip I get:
I tested this on my local machine (win 10/python 3.7), and on a python:3.7-alpine docker build:
The text was updated successfully, but these errors were encountered: