[python-win32] Need help on win32 application error

Tim Roberts timr at probo.com
Wed Apr 3 20:35:12 CEST 2013


Ankesh.Pratap at 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
earlier.  What was the context of this?

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list