[python-win32] Need help on win32 application error

2013-04-02 Thread Ankesh.Pratap
Hi Team, 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. Thanks and Regards, Ankesh Pratap Programmer Analyst Mobile: 91-9884928733 This e-mail and any fil

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

2013-04-02 Thread lizy10b
Hi there, 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 it COM visiable.