Import Errors

Fredrik Lundh fredrik at pythonware.com
Sat Oct 27 07:29:58 EDT 2001


Thomas M. Hermann wrote:
> At the python command prompt, I import sys and type 'sys.path'.
> The personal site-packages directory is in 'sys.path', but if an
> attempt is made to import a module from the directory, it fails.

running the interpreter with the -vv flag may help you
figure out what's going on.

</F>

<!-- (the eff-bot guide to) the python standard library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->






More information about the Python-list mailing list