While debugging something else, I broke my Python ASP web site (powered by Mark
Hammond's PyWin) getting the dreaded 'failure on subsequent page loads'. This
URL lead me to investigate if debugging was enabled for the web site.
http://old.nabble.com/win32com-and-extended-error-messages:-IDL-with--out,-retval--long*-error)-td20773665.html
Indeed on my working machine it was *not*, while on my newly-broken machine it
*was*. Disabling debugging resolved the issue...
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32