Hello all, I just bought a book on Python, and started to go through it (bought it for my children and myself). I'm having a problem importing 'easygui'. I am new to programming. I am trying to program on my Mac.
I downloaded easygui to the following:/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/
When I go in Finder, I see a easygui83 file, that has the easygui in it.
When I type: import easygui in IDLE I get the following messages:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import easygui
ImportError: No module named easygui
What am I doing wrong? Is the easygui file in the wrong place?