[python-win32] Concurrent Access to COM object from Python and VB6

Tim Roberts timr at probo.com
Sat Feb 27 00:03:18 CET 2010


Bryan Berrett wrote:
> Deleting the object and object instances allow the other applications
> to run.
>
> Any other thoughts?

No, I think you have your answer.  You will have to delete the objects
after every access.  I would call this a design flaw in the COM object,
but at least you have a solution.

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



More information about the python-win32 mailing list