Skip to content
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

easygui multchoicebox does not work on Win7, python 2.7.9 #70

Closed
jurop88 opened this issue May 24, 2015 · 1 comment
Closed

easygui multchoicebox does not work on Win7, python 2.7.9 #70

jurop88 opened this issue May 24, 2015 · 1 comment

Comments

@jurop88
Copy link

jurop88 commented May 24, 2015

as per subject. The choicebox is always in 'single selection' mode.
The problem lies in the scope of the global variable __choiceboxMultipleSelect. A simple modification in the lines 472-473 and 493-494 (remove global, add bb. in front of the variable) in the file derived_boxes.py does the trick for me.
New to GitHub, so sorry if this could have been done easily in other ways.

@robertlugg
Copy link
Owner

Thanks for the report. Should be fixed with #69. Change went into 'master'. 'develop' did not have the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants