Mod_python on Windows Troubles
Josiah Carlson
jcarlson at nospam.uci.edu
Sun Jan 25 20:06:35 EST 2004
More information about the Python-list mailing list
Sun Jan 25 20:06:35 EST 2004
- Previous message (by thread): python distribution question
- Next message (by thread): Mod_python on Windows Troubles
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> modules/mod_python.so" to httpd.conf, the Apache service refuses to > start with the following error: "Cannot load C:/Program Files/Apache > Group/Apache2/modules/mod_python.so into server: The specified module While I'm not using Apache or mod_python, I would be willing to bet that your error is the result of using 'mod_python.so' in Windows. Try 'mod_python.dll' instead. - Josiah
- Previous message (by thread): python distribution question
- Next message (by thread): Mod_python on Windows Troubles
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list