[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

[python-win32] Obtaining LSA functions via Python 1.5.2

2006-12-07 Thread Todd Dolinsky
Hi everyone - I'd like to write a script that can return a list of users/groups that have a given privilege. After researching a bit I found the win32security.Lsa* functions from the newest Python 2.* releases to be exactly what I'm looking for. The problem is that the application I am writing f