Hello,
I've tried to make django 1.2 (current stable) work with IIS 7 (under
windows 7 x86_64) using PyISAPIe 1.1.0-rc4 and it appears, that the
django handler (PyISAPIe/Python/Examples/Django/pyisapie.py) is
outdated and very much so. For example, the signal dispatching code it
has is using the signatures from django 0.96, if I am reading it
right. There are other incompatibilities too, like the HttpRequest
subclass not providing the path_info attribute.
What is the current status of the module? Is it supported at all? If
not, maybe I should try to make it work? I've fixed the most trivial
things (like the ones outlined above) to see if I can make my apps run
under IIS at all, but I am sure, that there are more subtleties, since
django's core changed drastically between 0.96 and 1.2.
Meanwhile, if anyone has any compassion at all for this problem, you
are very welcome to suggest a temporary workaround (or a solid
solution!) at
http://stackoverflow.com/questions/3651648/django-iis.
Thanks in advance,
Mark