Hi, everyone! I'm new to python, and I'm having a few issues getting started with writing useful code on mac OSX.
I'm wanting to import a module, either wx or pygtk for GUI, but in either case I get the error that there is no such module. As far as I know, I have installed them correctly.
However, typing in help('modules') into IDLE shows no module for wx or anything else.
How can I go about finding where these modules are installed, and how can I let python know? Also, how can I set the current version of python for my machine?
Any help would be greatly appreciated; I have been at it for hours. :-/
Thanks!