ImportError: No module named mptest
Juan Carlos Rodriguez
jcquevedo84 at gmail.com
Fri Feb 12 15:46:19 EST 2010
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: '/python/index.py'
Location: None
Directory: 'D:/aplicaciones/web/python/'
Filename: 'D:/aplicaciones/web/python/index.py'
PathInfo: ''
Phase: 'PythonHandler'
Handler: 'mptest'
Traceback (most recent call last):
File "C:\Python25\Lib\site-packages\mod_python\importer.py", line
1537, in HandlerDispatch
default=default_handler, arg=req, silent=hlist.silent)
File "C:\Python25\Lib\site-packages\mod_python\importer.py", line
1202, in _process_target
module = import_module(module_name, path=path)
File "C:\Python25\Lib\site-packages\mod_python\importer.py", line
304, in import_module
return __import__(module_name, {}, {}, ['*'])
ImportError: No module named mptest
*WHAT CAN I DO?*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100212/ac9b2448/attachment.html>
More information about the Python-list
mailing list