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, [email protected] Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
