Re: [python-win32] isapi + IIS 6

2006-09-12 Thread Mark Hammond
> Anyhow, I guess the main problem will be figuring out what to > do about the extra > "Web Services Extension" tab in IIS 6. Strangely I think that > filters work > without extra complication, but an extension needs an extra > step ie entering and > enabling in the WSE list. Can you please try wi

Re: [python-win32] isapi + IIS 6

2006-09-12 Thread Robin Becker
Mark Hammond wrote: >.. > This was due to IIS6 providing "unlimited length style" filenames (eg, > "\\?\c:\etc") I've recently fixed that in the source here so will be fixed > in the next release. In the mean time, you may want to check your > sys.path[0] entry - it is likely to also be a pat

Re: [python-win32] isapi + IIS 6

2006-09-11 Thread Mark Hammond
> what I try I cannot get the page to say anything other than > "This module has > been imported 0 times". removeing the pyc's and or editing > the .py seemed to > have no effect. This was due to IIS6 providing "unlimited length style" filenames (eg, "\\?\c:\etc") I've recently fixed that in the

Re: [python-win32] isapi + IIS 6

2006-09-11 Thread Robin Becker
David Primmer wrote: > Robin Becker wrote: >> Robin Becker wrote: >>> I thought I'd check here in case anyone has already connected django to IIS. >> despite this it seems that the application produces a page. However, no >> matter >> what I try I cannot get the page to say anything other than "T

Re: [python-win32] isapi + IIS 6

2006-09-11 Thread David Primmer
Robin Becker wrote: > Robin Becker wrote: >> I thought I'd check here in case anyone has already connected django to IIS. > > despite this it seems that the application produces a page. However, no > matter > what I try I cannot get the page to say anything other than "This module has > been im

[python-win32] isapi + IIS 6

2006-09-11 Thread Robin Becker
Robin Becker wrote: > I thought I'd check here in case anyone has already connected django to IIS. > > Well I thought I'd give the isapi module a twirl as it seemed it would be easy, but with IIS 6 running on a virtual Win Server 2003 Web edition I fell at the first hurdle. The hosted environ