I hope somebody here can help me out here.
I have a Python COM server which I call from Excel. The Python object is a bit complex and its
__del__ method is not called when the reference count to the object from within Excel go to 0. For
this reason I have a CleanUp method that makes sure all th
[Raul Cota wrote]
> I hope somebody here can help me out here.
>
> I have a Python COM server which I call from Excel. The Python object is a
> bit complex and its __del__ method is not called when the reference count
> to the object from within Excel go to 0. For this reason I have a CleanUp
>
Trent Mick wrote:
[Raul Cota wrote]
I hope somebody here can help me out here.
I have a Python COM server which I call from Excel. The Python object is a
bit complex and its __del__ method is not called when the reference count
to the object from within Excel go to 0. For this reason I have