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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to