lizy10b wrote:
> ,
> I am new to Python win32.
> The problem I am facing is my environment is Win7-x64 ,VS2008 SP1,
> Pywin32-218.win32-py2.6, I worte a python module (py file) which
> consumes a third part C-based python library (dll wrapped by ctypes),
> and modify it using Python Win32 to make i
ankesh.pra...@cognizant.com wrote:
> I am facing folowing error while executing python code:
> Win32 exception occurred releasing IUnknown at 0x03210eb8
> Please let me know the resolution of the same.
This often means you are deleting an object that was already deleted
ear