[python-win32] isapi + django

2006-09-08 Thread Robin Becker
I thought I'd check here in case anyone has already connected django to IIS. I tried the PyISAPIe, but it doesn't do what django needs and I guess I should have looked around at win32 before doing that. It seems the isapi stuff will do what I want and there's already a model of mapping the

Re: [python-win32] isapi + django

2006-09-08 Thread Sidnei da Silva
On Fri, Sep 08, 2006 at 05:49:42PM +0100, Robin Becker wrote: | I thought I'd check here in case anyone has already connected django to IIS. You could try http://isapi-wsgi.python-hosting.com/ if django can be run as a WSGI app (which I believe it can). -- Sidnei da Silva Enfold Systems

Re: [python-win32] isapi + django

2006-09-08 Thread David Primmer
I spent a lot of time working on this recently. http://pylonshq.com/project/pylonshq/wiki/ServePylonsWithIIS is uses isapi_wsgi davep Sidnei da Silva wrote: On Fri, Sep 08, 2006 at 05:49:42PM +0100, Robin Becker wrote: | I thought I'd check here in case anyone has already connected django to