-
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
Incompatible with python 3 #1
Comments
John, Ran into the same thing. Were you able to solve? |
@johncadengo @Gra55h0pper |
Yep, same issue, can't find the way to fix it. |
Any update with the issue? I am facing the same issue with python 3 |
Same issue here, still not solved |
I hear you guys, I've spent a few hours trying to debug this but wasn't able to get to the bottom of it. I'm fairly busy these days so I likely won't be able to provide a fix soon, if anyone else is familiar with the cpython build process for python3 and would like to take a look I'd greatly appreciate it. |
Hi. When I try installing this project, I get an error like this:
Now, when I update the offending lines in
setup.py
to use.items()
instead of.iteritems()
, I can get it to be installed, but when I run the test.py, I get an error like this:Any idea why?
The text was updated successfully, but these errors were encountered: