Re: [python-win32] Python hangs on exit after failed IIS GetObject call

2007-01-02 Thread Mark Hammond
> I'm seeing Python hang on exit after a failed IIS GetObject() call, > similar to what is described at > http://mail.python.org/pipermail/python-win32/2005-October/003819.html. > For instance, the code > import win32com.client > import pywintypes > try: > testobj=win32com.client.GetObject("II

[python-win32] Python hangs on exit after failed IIS GetObject call

2007-01-02 Thread Todd Dolinsky
Hi Everyone - I'm seeing Python hang on exit after a failed IIS GetObject() call, similar to what is described at http://mail.python.org/pipermail/python-win32/2005-October/003819.html. For instance, the code import win32com.client import pywintypes try: testobj=win32com.client.GetObject("II