ciao
ho un problema con il mod_python
configurazione:
apache 2.2.4
mod_python 3.3.1
python 2.4
windows xp
quando accedo alla cartella dove c'è un file htaccess con
mi viene restituito errore 500 e sul file di log le ultime righe son questecodice:AddHandler mod_python .py PythonHandler test PythonDebug On
intuisco dagli errori che non trova l'interprete python ma non so come fare per farglielo trovarecodice:[Fri Mar 30 22:32:05 2007] [error] make_obcallback: could not import mod_python.apache.\n [Fri Mar 30 22:32:05 2007] [error] make_obcallback: Python path being used "['C:\\\\Programmi\\\\Apache Software Foundation\\\\Apache2.2\\\\bin\\\\python24.zip', '.\\\\DLLs', '.\\\\lib', '.\\\\lib\\\\plat-win', '.\\\\lib\\\\lib-tk', 'C:\\\\Programmi\\\\Apache Software Foundation\\\\Apache2.2\\\\bin']". [Fri Mar 30 22:32:05 2007] [error] get_interpreter: no interpreter callback found. [Fri Mar 30 22:32:05 2007] [error] [client 127.0.0.1] python_handler: Can't get/create interpreter., referer: http://localhost/python/![]()

Rispondi quotando