Bugs item #2903518, was opened at 2009-11-24 21:39
Message generated for change (Tracker Item Submitted) made by jaraco
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2903518&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: win32
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jason R. Coombs (jaraco)
Assigned to: Nobody/Anonymous (nobody)
Summary: ISAPI script fails when a period is in the script name
Initial Comment:
I stumbled across this problem when working on an isapi wsgi script for MoinMoin. The other scripts in MoinMoin use the format "moin.foo.py" so I created "moin.isapi-wsgi.py", but I couldn't get it to work (500 Server Error when launching the app but before anything in the script is run).
I determined that if I renamed the script to moin_isapi-wsgi.py it would work.
I suspect this is either a limitation of IIS that it doesn't accept periods in the extension filename (except before 'dll') or because the pywin32 isapi.dll doesn't support a period in the filename.
In either case, it would be nice if PyWin32 would handle this case more gracefully, either by adapting the filename of the DLL created or addressing the underlying support of periods in the filename.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2903518&group_id=78018
|