PYTHONPATH or any other way to set seachpath (winXP) ?

Stef Mientki S.Mientki-nospam at mailbox.kun.nl
Sun Feb 4 05:23:43 EST 2007


> Do you mean something like that?
> 
>>>> import some_module
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: No module named some_module
>>>> import sys
>>>> sys.path.append("..")
>>>> import some_module
Rob,
thank you very much,
that's exactly what I want.
(Why is the obvious so often invisible to me ;-)

cheers,
Stef Mientki



More information about the Python-list mailing list