Re: Setting up django on xampp with apache, python 2.6 and mod_wsgi

2009-07-31 Thread Michael Ralan
Karen hi, Thanks for the reply. I think I narrowed it down to the way I installed Python on this server. I can run django applications and other python scripts just fine from the command line. It turns out that a quick way to test my Python + Apache setup is replace the .wsgi file with the follo

Re: Setting up django on xampp with apache, python 2.6 and mod_wsgi

2009-07-31 Thread Karen Tracey
On Fri, Jul 31, 2009 at 8:53 AM, Michael Ralan wrote: > > > I get an (unhelpful) xampp error message that reads > > > Microsoft Visual C++ Runtime Library > --- > Runtime Error! > > Program: C:\xampp\apache\bin\httpd.exe > > R6034 > > An application has made an attempt to

Re: Setting up django on xampp with apache, python 2.6 and mod_wsgi

2009-07-31 Thread Michael Ralan
I get an (unhelpful) xampp error message that reads Microsoft Visual C++ Runtime Library --- Runtime Error! Program: C:\xampp\apache\bin\httpd.exe R6034 An application has made an attempt to load the C runtime library incorrectly. Please contact the application's supp

Re: Setting up django on xampp with apache, python 2.6 and mod_wsgi

2009-07-31 Thread Karen Tracey
On Fri, Jul 31, 2009 at 8:36 AM, Michael Ralan wrote: > > Hi, > > I've searched the internet and come across a couple of pages > ostensibly showing how this is done, but even the django documentation > itself (sans being xampp-specific) has not met me with success. > > I got to the point where I'

Setting up django on xampp with apache, python 2.6 and mod_wsgi

2009-07-31 Thread Michael Ralan
Hi, I've searched the internet and come across a couple of pages ostensibly showing how this is done, but even the django documentation itself (sans being xampp-specific) has not met me with success. I got to the point where I've installed mod_wsgi, set up the test app but am struggling with the