[python-win32] isapi + IIS 6

Robin Becker robin at reportlab.com
Tue Sep 12 11:33:25 CEST 2006


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 path in such a format.  Simply
> ripping the first 4 chars from that path entry should work (and indeed is
> what my patch does).
> 
> The AttributeError should have been fixed in pywin32 build 205 - we now
> catch and ingore that AttributeError, so you may like to upgrade pywin32
> versions...
.......
duh I saw the funny filename in the trace output, but it didn't click.

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.
-- 
Robin Becker



More information about the Python-win32 mailing list