boney wrote:
> On doing this and duly following the installation and testing
> instructions at www.modpython.org and then pointing the url as
> http://localhost/test/mptest.py, i get the following error on the
> server log file:
>
> [Tue Nov 14 15:17:47 2006] [error] make_obcallback: could not impo
)
after installing the packages i added the following lines to the
httpd.conf file :
LoadModule python_module modules/mod_python.so
in order to test mod_python installation i added to following line to
the httpd.conf file
AddHandler mod_python .py
PythonHandler mptest
The Debian stable package tree has only libapache2-mod-python2.3 (3.1.3-3).
You can look at http://packages.debian.org/stable/python/ for a detailed
list.
If you really want to use python2.4 you can either try to use the ubuntu
package
(http://packages.ubuntu.org.cn/breezy/python/libapache2-mo
I have Ubuntu which uses the Debian package tree.
I see libapache2-mod-python2.4 with "apt-cache search mod_python"
Perhaps you don't have all the repositories enabled?
--
http://mail.python.org/mailman/listinfo/python-list
I am having real difficulties just installing mod_python on my server
which runs Debian 3.1 and Apache 2.0.x ( I believe x=.54)
Firstly, Debian 3.1 does not have a python2.4 version of the software
for Apache2.0( I run python 2.4.1) and when I install the python2.3
version, Apache is giving me
s
Hello,
i have compiled mod_python 2.7.10 on a Linux box with Apache 1.3.31,
but after i restarted the web server, i had a strange warning that i
did non understand
**
bash-2.05b# apachectl configtest
[Wed Mar 16 11:50:26 2005] [warn] Loaded DSO
/usr/libexec/apache/mod_python.so uses plain Apac