Re: Django 1.0.2 runfcgi fails to start on Windows

2009-01-17 Thread Jon Prater
I don't have one, but if mingw would do I know where I can get it. On Jan 17, 5:19 pm, Graham Dumpleton wrote: > On Jan 18, 6:31 am, Jon Prater wrote: > > > There are no precompiled binaries for mod_wsgi with Python 2.6.  In > > order to use it, I would have to download

Re: Django 1.0.2 runfcgi fails to start on Windows

2009-01-17 Thread Jon Prater
16 pm, Daniel Roseman wrote: > On Jan 17, 6:44 pm, Jon Prater wrote: > > > > > Hi, all. > > For various reasons, I prefer to use python 2.6 on my computer.  Since > > mod_python and mod_wsgi won't work on Python 2.6, I have to use FCGI > > or switch to

Django 1.0.2 runfcgi fails to start on Windows

2009-01-17 Thread Jon Prater
Hi, all. For various reasons, I prefer to use python 2.6 on my computer. Since mod_python and mod_wsgi won't work on Python 2.6, I have to use FCGI or switch to Python 2.5. I have flup installed without any problems. However, when I try to run this command: manage.py runfcgi method=threaded host