Ido Yehieli schrieb:
> [...]
> Anyone has any idea as to what went wrong?
> [...]

If you compiled mod_python as a Dynamic Shared Object (DSO) you have to 
tell Apache to load that module. For example like this:

LoadModule python_module libexec/mod_python.so

See the mod_python documentation, especially the Configuring Apache section:

http://modpython.org/live/current/doc-html/inst-apacheconfig.html

Bye,
Dennis
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to