easygui icon indicating copy to clipboard operation
easygui copied to clipboard

Python 3.5 bug

Open bretttully-oxyntix opened this issue 9 years ago • 3 comments

  File "~/anaconda3/envs/processing/lib/python3.5/site-packages/easygui/boxes/choice_box.py", line 76
    except Exception, e:

bretttully-oxyntix avatar Jul 15 '16 09:07 bretttully-oxyntix

I have the same problem

petitchamp avatar Jul 20 '16 09:07 petitchamp

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

FlyingLotus1983 avatar Jul 27 '16 12:07 FlyingLotus1983

I have a pull request which fixes this in #105

Hasimir avatar Aug 21 '16 23:08 Hasimir