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 the source code for it a

Re: Django 1.0.2 runfcgi fails to start on Windows

2009-01-17 Thread Graham Dumpleton
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 the source code for it and > compile it against Python 2.6, which I don't think is doable in > Windows without making some sort of special adju

Re: Django 1.0.2 runfcgi fails to start on Windows

2009-01-17 Thread Jon Prater
There are no precompiled binaries for mod_wsgi with Python 2.6. In order to use it, I would have to download the source code for it and compile it against Python 2.6, which I don't think is doable in Windows without making some sort of special adjustments to the source code. On Jan 17, 2:16 pm,

Re: Django 1.0.2 runfcgi fails to start on Windows

2009-01-17 Thread Daniel Roseman
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 Python 2.5.  I have flup installed without any problems. > However, when I try to run thi