How do I edit a PythonWin path to import custom built modules???

Fredrik Lundh fredrik at pythonware.com
Wed Dec 13 17:02:44 EST 2006


BartlebyScrivener wrote:


> Yup. Did that before. That's what I mean. The d:\\python is there and
> it doesn't come from the PythonPath in my windows registry.

what do you get if you do:

 > python -S
...
 >>> import sys
 >>> sys.path

and then

 >>> import site
 >>> sys.path

?

</F>




More information about the Python-list mailing list