Django — свободный фреймворк для веб-приложений на языке Python
0
[Sat Nov 21 01:29:38 2009] [error] make_obcallback: could not import mod_python.apache.\n
ImportError: No module named mod_python.apache
[Sat Nov 21 01:29:38 2009] [error] make_obcallback: Python path being used "['C:\\\\Windows\\\\system32\\\\python25.zip', '.\\\\DLLs', '.\\\\lib', '.\\\\lib\\\\plat-win', '.\\\\lib\\\\lib-tk', 'C:\\\\Program Files\\\\Apache Group\\\\Apache2\\\\bin']".
[Sat Nov 21 01:29:38 2009] [error] get_interpreter: no interpreter callback found.
[Sat Nov 21 01:29:38 2009] [error] [client 112.31.51.6] python_handler: Can't get/create interpreter.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.0.63 (Win32) mod_python/3.3.1 Python/2.5.4 Server at localhost Port 80
Offline
0
ImportError: No module named mod_python.apache
Offline
0
BarakAbama
Обычно когда ставишь новый большой пакет на python часто пишет, что то типа вашего
ImportError: No module named mod_python.apache
Что означает, что у вас нет mod_python для Apache. Вы точно уверены, что его поставили?
Offline