mod_python avec Apache2 sous Windows XP

mod_python avec Apache2 sous Windows XP - Python - Programmation

Marsh Posté le 21-01-2006 à 15:55:23    

Salut,
 
Voila, je viens d'installer Python 2.4 (derniere version) et mod_python pour win32 ( installeur : http://www.apache.org/dist/httpd/modpython/win/ ).
 
J'ai modifier mon httpd.conf :

Code :
  1. LoadModule python_module modules/mod_python.so
  2. ...
  3. AddHandler mod_python .py
  4. PythonHandler mod_python.publisher
  5. PythonDebug On


 
Et j'obtiens l'erreur "Internal Server Error" et dans le log :

Code :
  1. ImportError: DLL load failed: Le module spécifié est introuvable.
  2. 127.0.0.1 - - [21/Jan/2006:15:43:46 +0100] "GET /python.py HTTP/1.1" 500 652


 
Quelqu'un aurai une idée ? parce que je sais pas de quel DLL il parle ... :pt1cable:  
 
 :jap:

Reply

Marsh Posté le 21-01-2006 à 15:55:23   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed