-
Python and wampserver
Has anyone successfully ran python on wampserver2? It's tough to find anywhere that provides a fairly explicit list of what to do should the install fail.
I installed python under user/local/python
I installed mod_python.so to the apache modules directory
Now here's where I fail, I can't seem to load mod_python into my httpd config file. When I add:
LoadModule python_module modules/mod_python.so
and restart the services on wampserver it will no longer run. So what could I be doing wrong here? I don't know why it won't load that module.
Anyone have any thoughts as to why wampserver won't load the module? I've checked permissions, I've checked paths, I've uninstalled and reinstalled everything.