I am trying to install EasyGui on Python 3.3 and I don't see to have it. I had gotten it to work with Python 2.7 but not for 3.3.
I follow the instructions from their website:
Unpack the archive file into a temporary directory
Open a console window and navigate to the temporary directory.
At the command prompt, enter the command:
python setup.py install
But I keep getting this error when I use the command 'import easygui':
Traceback (most recent call last):
File "/pyshell#0/", line 1, in
import easygui
ImportError: No module named 'easygui'