-
Notifications
You must be signed in to change notification settings - Fork 94
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
AttributeError: 'dict' object has no attribute 'iteritems' #6
Comments
Check #5 - It needs to run on a maximised window - Will have to fix that eventually |
Not applicable. Different results, different stacktrace, and I'm not on OS X. I'm also using a tiling window manager, so the concept of "maximization" is inexistant. |
Oh, I see - sorry - What OS are you running on? |
Some quick googling informed showed that
|
Try using virtual console, it has worked for me with ubuntu. |
Same result. I fail how using a virtual console would affect |
@hobarrera This looks much like a Python 2 <-> Python 3 incompatibility ( |
I also get this problem. |
The error in this issue is because the code was expecting an [at the time] older version of Python (Python 2).
Never mind, this hasn't been updated in 5 years. You're gonna have to install python2 (it can coexist with a current Python) to run this project. |
After running
I got:
Yes, with all that whitespace in between.
The text was updated successfully, but these errors were encountered: