importing custom modules

xeon xeon at dacreations.cjb.net
Fri Jul 19 14:38:59 EDT 2002


Hi,

I'm new at python. I'm under the impression that 'import' searches the
lib directory as defined in PYTHONPATH env. variable. Is there any way
to load my own modules located outside the lib directory, but leaving
the lib modules access intact (without changing the env. variables),
from inside the intepreter?

TIA



More information about the Python-list mailing list