well this is the first time i am trying to make a module, i saved the .py file into a new directory called MyModules and tried to import it in IDLE, but it returned the following error;
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import polymod
ImportError: No module named polymod
i found some advice about using the linux terminal and a command called setenv, but it says it doesn't exist. i know this is a really stupid question but i cant find an answer, sorry and thank you for any help.