mod_python problem :-(
Daniel Harik
usenet at techmx.com
Wed Oct 9 12:39:23 EDT 2002
More information about the Python-list mailing list
Wed Oct 9 12:39:23 EDT 2002
- Previous message (by thread): Misc questions about type objects and Python 3.0
- Next message (by thread): mod_python problem :-(
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Misc questions about type objects and Python 3.0
- Next message (by thread): mod_python problem :-(
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list