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
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