Finally I solved the problem using the attached function to release the
com object
def ReleaseDocumentReference(self,doc):
if not is_tracked( doc._oleobj_):
x=doc._oleobj_
if is_tracked(x):
print "Now x is traked"
addr = int(repr(x)
Hello!
I am not subscribed to this mailing list (so CC me on all replies please),
but I encountered something that looks like a Windows related bug to me and
hope that somebody knows
how to take care of it in the python way.
I have a tool that traverses and compares large file trees. Occasion