python-win32  

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

Tim Roberts
Fri, 26 Feb 2010 15:03:32 -0800

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, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32