Python's import: why doesn't it work?

Jurie Horneman jhorneman at pobox.com
Sun Sep 29 16:05:03 EDT 2002


"Gerhard Häring" <gerhard.haering at gmx.de> wrote in message
news:mailman.1033319977.7828.python-list at python.org...

> It's also highly recommended to start Python with "python -vv", then
> trying to import the module in question. This will show you where Python
> tries to find the module.

Thanks, that's good advice!

> Btw. sys.modules contains the module search path.

I did look at sys.path, but it didn't help me much...

Jurie.






More information about the Python-list mailing list