PROBLEM with MOD_PYTHON

Chetan pandyacus.xspam at xspam.sbcglobal.net
Sat Oct 28 11:31:45 EDT 2006


"dan84" <marko_m at hotmail.it> writes:
> I don't understand this error , in the (Apache) errorlog I read this
> message :
> 
> [Sat Oct 28 14:04:03 2006] [error] make_obcallback: could not import
> mod_python.apache.\n
> [Sat Oct 28 14:04:03 2006] [error] make_obcallback: Python path being
> used "['C:\\\\Python24\\\\python24.zip', '.\\\\DLLs', '.\\\\lib',
> '.\\\\lib\\\\plat-win', '.\\\\lib\\\\lib-tk',
> 'C:\\\\Programmi\\\\Apache Group\\\\Apache2\\\\bin']".
> [Sat Oct 28 14:04:03 2006] [error] python_handler: no interpreter
> callback found.
> [Sat Oct 28 14:04:03 2006] [error] [client 127.0.0.1] python_handler:
> Can't get/create interpreter.
> 
> I have Apache/2.0.59 (Win32) mod_python/3.2.10 Python/2.4.3
> I have read all the manuals, but I don't understand where I am wrong.
> 
> thanks so much
>                Marco.
Even if there is nothing Apache specific, doesn't it look odd that the
path has 4 backslashes? Even accounting for half of those being added at the
time of printing, it would appear that Apache is trying to use the path that 
contains two backslashes as path separator but there needs to be only one. 

Chetan




More information about the Python-list mailing list