[EMAIL PROTECTED] wrote: > I thought import used relative paths from either the python executable > or the script being executed. I have a script pulling in code from an > arbitrary directory. How is this happening? > > It's a RHEL 4 environment by the way. I couldn't find any relevant > environment variables. > > Thanks from a newbie for any insight. >
PYTHONPATH environment variable is next in line to be searched. -Larry -- http://mail.python.org/mailman/listinfo/python-list