Re: mod_python + apache + winxp => nogo

2006-04-09 Thread cyberco
yep -- http://mail.python.org/mailman/listinfo/python-list

Re: mod_python + apache + winxp => nogo

2006-04-09 Thread cyberco
Hi Jim, Thanks, I'll sign up for the mailinglist, but to finish the story here: - I only have one version of Python installed - From the Python interpreter I can import the mod_python module just fine - At starup the Apache log states: [Sun Apr 09 22:16:38 2006] [notice] Apache/2.0.55 (Win32) mod

Re: mod_python + apache + winxp => nogo

2006-04-09 Thread Jim Gallacher
cyberco wrote: > Thanks Jim, I indeed did not look in the mailinglist archive (you have > to subscribe for that and Google didn't cache it yet). > > The problem was indeed the missing .DLL's. After adding them to my > 'PATH' variable apache was at least able to start. Unfortunately things > still

Re: mod_python + apache + winxp => nogo

2006-04-09 Thread cyberco
Thanks Jim, I indeed did not look in the mailinglist archive (you have to subscribe for that and Google didn't cache it yet). The problem was indeed the missing .DLL's. After adding them to my 'PATH' variable apache was at least able to start. Unfortunately things still don't work. When I try to l

Re: mod_python + apache + winxp => nogo

2006-04-08 Thread Damjan
> to apache's httpd.conf, apache refuses to start, saying: > "cannot load c://mod_python.so into server: the specified module > could not be found" which probably means that mod_python.so is not in that directory? -- http://mail.python.org/mailman/listinfo/python-list

Re: mod_python + apache + winxp => nogo

2006-04-07 Thread Jim Gallacher
Fuzzyman wrote: > cyberco wrote: > >>And I thought this would be trivial...getting mod_python to run within >>apache on windows XP. >> >>= >>mod_python 3.2.8 >>apache 2.0.55 >>python2.4 >>winxp >>= >> >>After adding: >>"LoadModule python_module modules/mod_python.so" >> >

Re: mod_python + apache + winxp => nogo

2006-04-07 Thread Jim Gallacher
cyberco wrote: > And I thought this would be trivial...getting mod_python to run within > apache on windows XP. > > = > mod_python 3.2.8 > apache 2.0.55 > python2.4 > winxp > = > > After adding: > "LoadModule python_module modules/mod_python.so" > > to apache's httpd.conf

Re: mod_python + apache + winxp => nogo

2006-04-07 Thread Fuzzyman
cyberco wrote: > And I thought this would be trivial...getting mod_python to run within > apache on windows XP. > > = > mod_python 3.2.8 > apache 2.0.55 > python2.4 > winxp > = > > After adding: > "LoadModule python_module modules/mod_python.so" > I'm no expert - having ne

Re: mod_python + apache + winxp => nogo

2006-04-07 Thread Rune Strand
I've set up that combo several times. I haven't had any problems. I just looked at apach.conf, it's the same line. Did you run the mod_python-3.2.8.win32-py2.4.exe installer? -- http://mail.python.org/mailman/listinfo/python-list

mod_python + apache + winxp => nogo

2006-04-07 Thread cyberco
And I thought this would be trivial...getting mod_python to run within apache on windows XP. = mod_python 3.2.8 apache 2.0.55 python2.4 winxp = After adding: "LoadModule python_module modules/mod_python.so" to apache's httpd.conf, apache refuses to start, saying: "cannot