[mod_python] ImportError: No module named index

Gregory (Grisha) Trubetskoy grisha at modpython.org
Sun Jan 18 14:31:51 EST 2004



On Sun, 18 Jan 2004, Saiello at Jentoo.com wrote:

>   File "/usr/lib/python2.2/site-packages/mod_python/apache.py", line 481, in
> import_module
>     if mtime > oldmtime:

There is a typo-bug in apache.py - edit
your/usr/lib/python2.2/site-packages/mod_python/apache.py and look
somewhere above line 481, you'll see oldmtime misspelled. Fix it and all
will be well.

Alernatively - just get the latest CVS snapshot.

Grisha


More information about the Mod_python mailing list