-
Notifications
You must be signed in to change notification settings - Fork 42
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
Cannot index dict_items
in Python 3
#33
Comments
Update: after downgrading to NumPy v1.11, I got the tool close to working on my Python 3.6 setup, with some other fixes (see below). I get the expected non-fatal warnings from NumPy about the indices. Something is throwing a bunch of errors, but I can't see what:
The tool renders but is hung, with the spinning rainbow wheel (on macOS). I'm going to leave it alone now... I'm afraid I don't know a thing about Qt. In
In
In
|
Hi, Thanks for the report! You're right, this seems like a 2/3 incompatibility issue, and should be an easy fix (as you point out). It's not immediately obvious to me what's wrong with the spinbox or indices code, but we'll investigate it in the morning. |
OK, I guess this tool is not meant for Python 3. In Python 3,
items()
on a dictionary must be cast to a list before you can index into it.Running this:
...I get this:
The text was updated successfully, but these errors were encountered: