Re: [python-win32] info on _GetInterfaceCount

2012-10-01 Thread Mark Hammond
These are probably just the objects defined in the makepy generated files. You are looking for object which describe themself as a "PyIDispatch" (or possibly PyIUnknown) HTH, Mark On 2/10/2012 8:21 AM, Matteo Boscolo wrote: I'm going on with my stydy, inspecting the gc.. the only object th

Re: [python-win32] info on _GetInterfaceCount

2012-10-01 Thread Matteo Boscolo
I'm going on with my stydy, inspecting the gc.. the only object that seems very satrange is listed below. ITDPropClass its the com object of the com application there is somone that can tell me if i'm on the right way? dose _vtables_ have a particular mening? regards, Matteo 42760064 {'ITDPro

Re: [python-win32] info on _GetInterfaceCount

2012-09-30 Thread Mark Hammond
On 28/09/2012 10:42 PM, Matteo Boscolo wrote: this is the log of part of my application DEBUG:root:__DEL__ DEBUG:root:pythoncom._GetInterfaceCount(): 4 DEBUG:root:pythoncom._GetGatewayCount(): 0| DEBUG:Root:pythoncom.CoUninitialize()| DEBUG:root:pythoncom._GetInterfaceCount(): 4 DEBUG:root:pyt

[python-win32] info on _GetInterfaceCount

2012-09-28 Thread Matteo Boscolo
this is the log of part of my application DEBUG:root:__DEL__ DEBUG:root:pythoncom._GetInterfaceCount(): 4 DEBUG:root:pythoncom._GetGatewayCount(): 0| DEBUG:Root:pythoncom.CoUninitialize()| DEBUG:root:pythoncom._GetInterfaceCount(): 4 DEBUG:root:pythoncom._GetGatewayCount(): 0 as you can see