[Tutor] Pythonpath.. In Windows.

Troels Petersen troels.petersen@sveg.se.sykes.com
Thu, 7 Feb 2002 21:14:22 +0100


Hi,

I bet there is one and preferably one obvious way to do this - but I simply
haven't been able to.

I have some 'homemade' python modules I want to load. I have added the path
to the modules to my PythonPath via the 'Edit PythonPath' function in
Activestates PythonWin. But I still can't load my modules.

>>> import calc1
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
ImportError: No module named calc1

A link to enlighten me would be fine... 

Regards,
Troels