"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

Répondre à