ImportError: No module named mptest

2010-02-12 Thread Juan Carlos Rodriguez
Dear all, I am trying implement a text from mod_python. I have a apahce service 2.2.4, python 2.5 and mod_python 3.3.1 I have this mistake: MOD_PYTHON ERROR ProcessId: 5956 Interpreter:'192.168.5.32' ServerName: '192.168.5.32' DocumentRoot: 'D:/aplicaciones/web' URI:

Helpp I want view page .py on apache WHAT CAN I DO???????????????

2010-02-12 Thread Juan Carlos Rodriguez
Dear all, I am trying implement a text from mod_python. I have a apahce service 2.2.4, python 2.5 and mod_python 3.3.1 I have this mistake: MOD_PYTHON ERROR ProcessId: 5956 Interpreter:'192.168.5.32' ServerName: '192.168.5.32' DocumentRoot: 'D:/aplicaciones/web' URI:

Configuring apache to execute python scripts using mod_python handler

2010-02-12 Thread Juan Carlos Rodriguez
I configured apache to execute python scripts using mod_python handler. I followed below mentioned steps to configure apache. 1. In http.conf I added AddHandler mod_python .py PythonHandler mptest PythonDebug On 2. Then I added the line "LoadModule python_module modules/ mod_python.s