make_obcallback(): could not import mod_python.apache

C

Christopher

I am running:

Fedora Core 1
Python 2.4
Apache 1.3.3
mod_python 2.7.11

When I try to access the test mptest.py file I receive:
Internal Server Error

When starting apache in my error_log I find:
[Wed Feb 16 20:41:44 2005] [warn] Loaded DSO libexec/mod_python.so
uses plain Apache 1.3 API, this module might crash under $

and
make_obcallback(): could not import mod_python.apache.
make_obcallback(): could not call init.
[Wed Feb 16 20:43:31 2005] [error] [client x.x.x.x] python_handler:
make_obcallback returned no obCallBack!

from when I attempt access that file.

If I attempt to run Python on the command line and then import
mod_python I receive:

ImportError: No module named mod_apache.apacheTraceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.4/site-packages/mod_python/apache.py",
line 55, in ?
import _apache
ImportError: No module named _apache

Any guidance would be greatly appreciated.

Christopher
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,151
Latest member
JaclynMarl
Top