<br><div class="gmail_quote"><br>Dear all,<br><br>I am trying implement a text from mod_python.<br><br>I have a apahce service 2.2.4, python 2.5 and mod_python
3.3.1<br><br>I have this mistake:<br><br><pre>MOD_PYTHON ERROR<br><br>ProcessId: 5956<br>Interpreter: '192.168.5.32'<br><br>ServerName: '192.168.5.32'<br>DocumentRoot: 'D:/aplicaciones/web'<br>
<br>URI: '/python/index.py'<br>Location: None<br>Directory: 'D:/aplicaciones/web/python/'<br>Filename: 'D:/aplicaciones/web/python/index.py'<br>PathInfo: ''<br>
<br>Phase: 'PythonHandler'<br>Handler: 'mptest'<br><br>Traceback (most recent call last):<br><br> File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 1537, in HandlerDispatch<br>
default=default_handler, arg=req, silent=hlist.silent)<br><br> File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 1202, in _process_target<br> module = import_module(module_name, path=path)<br>
<br> File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 304, in import_module<br> return __import__(module_name, {}, {}, ['*'])<br><br>ImportError: No module named mptest<br><br></pre>
<div style="text-align: center;"><font size="6"><b>WHAT CAN I DO?</b></font><br></div>
</div><br>