I'm having trouble releasing a com object. In the past I've always set the instance to None and life is good, as in the example below. I'm currently working with an object I can't release with this method. Anybody have a different/better way to handle this?
Thanks
Gary
# example
xxx = win32com.client.Dispatch('abcd.XXX')
# to release
xxx = None
_______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
