easygui
easygui copied to clipboard
Python 3.5 bug
File "~/anaconda3/envs/processing/lib/python3.5/site-packages/easygui/boxes/choice_box.py", line 76
except Exception, e:
I have the same problem
I believe I'm getting this one as well. 0.97.4 was fine, but 0.98.0 does not allow the package to be imported, using Python 3.5.
EDIT: I believe this is a duplicate of #97 which has an open pull request to fix it:
https://github.com/robertlugg/easygui/pull/100 - Python 3 invalid syntax error
I have a pull request which fixes this in #105