So redhat uses python 2.4 and I need to upgrade to python 2.6 (so I did an altinstall) does anybody know how to install mod_python? (I am installing from source.) This is what I ran:
I had problems deploying a Django project - Review Board. I did what the document says and but got \"Error 403\" errors when I tried visiting the site. Maybe I should have posted this question on serv
I\'m trying to convert this to something sqlalchemy expression language compatible, I don\'t know if it\'s possible out of box and
This problem is probably embarrassingly simple. I\'m trying to give python a spin. I thought a good way to start doing that would be to create a simple cgi script to process some form data and do som
My Djan开发者_运维知识库go project is placed in /www/host1/htdocs/my/project, www and my are links to other actual folders. Apache has mod_python enabled. I have a .htaccess in project folder:
I have a Python-driven web interface powered by Apache 2.2 with mod_python and Python 2.4.I need to make an asynchronous process appear synchronous to users of this web interface.
Everything works as supposed to on the Django development server. In Apache, the django app also works except when matplotlib is used. Here\'s the error I get:
I have a setup where I\'m servi开发者_运维百科ng simple python pages using the mod_python publisher. At some points I\'d like to have the python function raise a standard apache error - for example th
I am working with a django project, I haven\'t started. The developed working on the project left. During the knowledge transfer, it was told to me that all the events are logged to the database. I do
My goal is to have Apache process a python script and output to the requesting client. My server has both Python2.4 and Python2.5.5 installed. I have Apache configured to correctly process python scr