-
Notifications
You must be signed in to change notification settings - Fork 55
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
multi_connect.py ValueError #64
Comments
The problem is that cable_status passes LinkStatusChoices.CHOICES as choices to the ChoiceVar contructor. The VoiceVar constructor expects a list of two-tuples, while LinkStatusChoices.CHOICES is a three-tuple (The third item is the corresponding color). I'm not sure if this should be fixed in
|
This is broken for me as well. Does not work on 3.2 or later. I would love it if someone knew how to fix it... |
I ended up just commenting out the "cable_status = ChoiceVar..." line and the "status=data["cable_status"]" line The cable status field isn't that important. If I'm connecting cables, its obvious that they are "Connected", so letting the system use the default value is fine. |
Throws this error when accessing the script.
The text was updated successfully, but these errors were encountered: