easygui icon indicating copy to clipboard operation
easygui copied to clipboard

EasyGui 0.98.1 on Python 2.6.6

Open emteeoh opened this issue 8 years ago • 2 comments

For reasons beyond my control, I'm still working on Python 2.6 for some servers. The documentation for easygui says it works on Python v2, but when I try to import the module, it comes up with the exception: File "C:\Users\richard\AppData\Python\Python26\site-packages\easygui\boxes\utils.py", line 24, in raise Exception("You must run on Python 2.7+ or Python 3.4+")

So did I install something wrong? or does it not really support any python that's older than 2.7?

emteeoh avatar Sep 14 '17 18:09 emteeoh

yes. Unfortunately, that is correct. I decided that new users would be running a more recent version. May I suggest that you try Anaconda? Even if you don't have root/install privileges, you can install multiple versions of python (by default they go in your home directory). You can do this without messing up anything else on your system.

robertlugg avatar Sep 15 '17 03:09 robertlugg

ohh that explains it

geekgamer2001 avatar Mar 25 '18 01:03 geekgamer2001