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

Gabriel Genellina gagsl-py at yahoo.com.ar
Tue Dec 12 05:06:28 EST 2006


mohan ha escrito:

> > > I had created my own modules (.py files) in
> > > drives and folders other than the python root.
> >
> I tried your advice, by adding a new path to the "System Variable"
> section. It still does not work. I don't understand how could PythonWin

There was an error in a previous post, you should create a variable
called PYTHONPATH, not change the system PATH.
Or, group your modules into packages and put them below
lib\site-packages.

-- 
Gabriel Genellina




More information about the Python-list mailing list