Re: [python-win32] how can I do marshall.ReleaseComObject in python ?? [SEC=UNOFFICIAL]

2012-09-12 Thread Matteo Boscolo
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)

[python-win32] ValueError in relpath

2012-09-12 Thread Niemann, Hartmut
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