Hi
I have a problem to install the quixote like that
SetHandler python-program
PythonHandler quixote.server.mod_python_handler
PythonOption quixote-publisher-factory quixote.create_publisher
PythonInterpreter quixote
PythonDebug On
but the error is:
MOD_PYTHON ERROR
ProcessId: 6693
Interpreter: 'quixote.demo'
ServerName: '127.0.1.1'
DocumentRoot: '/var/www/'
URI: '/app/'
Location: '/app'
Directory: None
Filename: '/var/www/app/'
PathInfo: ''
Phase: 'PythonHandler'
Handler: 'quixote.server.mod_python_handler'
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1537,
in HandlerDispatch
default=default_handler, arg=req, silent=hlist.silent)
File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1202,
in _process_target
module = import_module(module_name, path=path)
File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 304,
in import_module
return __import__(module_name, {}, {}, ['*'])
ImportError: No module named mod_python_handler
Can you tell me the reason
My os:ubuntu 7.10 python2.5 mod_python 3.3
thanks