Hi All,

I'm facing some trouble with a win32com application, it seems, that some com object (win32com) are still in the gc.get_objetc() list, even if I set to non the objetc and I'm out of the scope of that objects.

What I'm try to do is to remove this object from the list. but I do know how..

the .__del__() method dose not work on this object...

there is someone that can give me some help on this ?

Regards,
Matteo

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to