mod_python icon indicating copy to clipboard operation
mod_python copied to clipboard

mod_python

Results 25 mod_python issues
Sort by recently updated
recently updated
newest added

Here are the commands I've ran: ``` apt-get install -y apache2-dev python-dev git clone https://github.com/grisha/mod_python.git cd mod_python ./configure --with-python=/usr/bin/python3 make ``` Here's the error that `make` returns: ``` /usr/share/apr-1.0/build/libtool --mode=compile...

I discovered a mod_python command installed in /usr/bin and that it was a bit broken. I started to fix it to work with python 3.12 and recent versions of apache2...

It looks like the publisher handler is failing to pass 3-letter (and possibly shorter) GET variables to the function. I'm running 3.5.0.1 that's packaged for Debian.

I am stuck. I am stuck. ****I wish to run a basic hello_world.py program from apache**. I am trying to build apache mod_python using this steps mentioned in this [link](https://modpython.org/live/mod_python-2.5/doc/installation.html)...

As example with python 3.12 configure script passes, but later running make fails with: ``` /usr/bin/python setup.py build Traceback (most recent call last): File "/build/mod_python/src/mod_python-b068800c425e00ca447de8bbe664650fedaf3b4a/dist/setup.py", line 21, in from setuptools...