Hi
My problem today is i have opened up the wxPython Demo and copied one of the pieces of code across to IDLE so i can have a fiddle with it. My problem is that at the start it goes from Main import opj
. Thats what stuffs it up. The interpreter goes something like this:
Traceback (most recent call last):
File "<pyshell#7>", line 1, in <module>
from Main import opj
ImportError: No module named Main
Any help would be greatly appreciated.