Has anyone actually got an app working with the PyISAPIe extensions?
The wiki gets as far as a Django error message, and we've reproduced
this on two machines (IIS 5.1 and 6.0) in the last 2 days.

The fundamentals clearly work, but the problem is that the default
pointy-clicky way of calling external handlers in IIS is based on file
extensions, and Django URLs don't end in .py or .cgi.  The graphical
IIS dialog will not actually permit you to associate '*' (i.e. all URLs
under a virtual directory, or the root) with pyisapie.dll; you have to
type a dot and an extension.

A colleague of mine has found a working approach for moinmoin here;
this uses the ISAPI hooks which have been in Pythonwin for years, and a
command-line script which registers the python code to handle all
extensions under a number of directories.  It also has some
neat-looking code to watch for and reload any changed Python modules.

   http://moinmoin.wikiwikiweb.de/MoinMoin_ISAPI

If anyone here already has Django running under IIS, please tell me -
otherwise we'll have a crack at this and update the wiki if it works.

- Andy Robinson, ReportLab


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to