Re: Cannot import mod_python modules

2005-04-12 Thread Steve Holden
Mark wrote: Thanks for the reply Steve, I have re-installed mod_python and re-configured Apache and it works now. I'm not exactly sure what I done differently, but oh well at least it works now :) Regards, Mark. Right, no point wasting much sleep when mod_python awaits! regards Steve -- Steve Hold

Re: Cannot import mod_python modules

2005-04-12 Thread Mark
Thanks for the reply Steve, I have re-installed mod_python and re-configured Apache and it works now. I'm not exactly sure what I done differently, but oh well at least it works now :) Regards, Mark. -- http://mail.python.org/mailman/listinfo/python-list

Re: Cannot import mod_python modules

2005-04-12 Thread Steve Holden
Mark wrote: Hi, I've just installed the Win32 build of mod_python 3.1.4 for Python 2.4 and have setup my Apache config file with the LoadModule and PythonHandler directives and then copied "mod_python.so" to my Apache modules directory. I restarted Apache and decided to do a quick cgi.test() and it

Cannot import mod_python modules

2005-04-12 Thread Mark
Hi, I've just installed the Win32 build of mod_python 3.1.4 for Python 2.4 and have setup my Apache config file with the LoadModule and PythonHandler directives and then copied "mod_python.so" to my Apache modules directory. I restarted Apache and decided to do a quick cgi.test() and it shows that