mod_python problem :-(

Daniel Harik usenet at techmx.com
Wed Oct 9 12:39:23 EDT 2002


Hello 

I've installed everything according to manual, compiled via apache apsx,a dn 
added LoadModule, apache loads ok and show correct signature, but when i 
try to run simple script from mod_perl tutorial (from doc-html dir), i get 
floowing output:

Mod_python error: "PythonHandler welcome_test"

Traceback (most recent call last):

  File "/usr/lib/python2.2/site-packages/mod_python/apache.py", line 181, in 
Dispatch
    module = import_module(module_name, _req)

  File "/usr/lib/python2.2/site-packages/mod_python/apache.py", line 332, in 
import_module
    f, p, d = imp.find_module(parts[i], path)

ImportError: No module named welcome_test


Thank you very much in advance.



More information about the Python-list mailing list