demexp-dev  

Re: [Demexp-dev] Re: Add response: erreur pyhton

Lyu Abe
Wed, 12 Mar 2008 13:45:12 -0700

"Good evening Dave"

Here is a piece of code that produces the error.

If you have Mod Pyhton installed, you need to include the following to the httpd.conf file:

LoadModule python_module modules/mod_python.so

and

<Directory "c:/Program Files/Wamp/www/demexp/python">
    AddHandler mod_python .py
    PythonHandler mod_python.publisher
    PythonDebug On
</Directory>


Let me know what you think...

        Lyu


_______________________________________________
Demexp-dev mailing list
Demexp-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/demexp-dev