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 <graham.dumple...@gmail.com>
wrote:
> On Jan 18, 6:31 am, Jon Prater <jonathan.pra...@gmail.com> 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 adjustments to the source
> > code.
>
> Wrong, should compile fine with Python 2.6. You just need the script
> to do it.
>
> If you have a compiler more than happy to point you at the script.
> Perhaps post to thread:
>
> http://groups.google.com/group/modwsgi/browse_frm/thread/4e0f5b50a9ac...
>
> which was my latest effort to get person who builds mod_wsgi binaries
> to build one for Python 2.6.
>
> Graham
>
> > On Jan 17, 2:16 pm, Daniel Roseman <roseman.dan...@googlemail.com>
> > wrote:
>
> > > On Jan 17, 6:44 pm, Jon Prater <jonathan.pra...@gmail.com> 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 this command:
> > > > manage.py runfcgi method=threaded host=127.0.0.1 port=9000
> > > > Nothing happens. I get no status message or anything. If I then run
> > > > this:
> > > > manage.py runfcgi protocol=scgi method=threaded daemonize=false
> > > > host=127.0.0.1 port=9000
> > > > I get "WSGIServer starting up", but nothing else happens, and I get
> > > > server 500 errors from Apache.
> > > > I know the flup library officially doesn't support Windows, and I also
> > > > know that there are indications that fcgi simply won't work on Windows
> > > > at all. But the Django site describes people getting it working on
> > > > Windows machines. Could someone please help? I don't want to have to
> > > > switch to Python 2.5 to be able to use mod_python.
>
> > > I can't help with your fcgi problem, but what makes you think mod_wsgi
> > > won't work with Python 2.6?
> > > --
> > > DR
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---