Re: [python-win32] Py COM module consumes a thrid part C-base python library, can not run in C# under x86 build mode

2013-04-03 Thread Tim Roberts
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

Re: [python-win32] Need help on win32 application error

2013-04-03 Thread Tim Roberts
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