Teja wrote:
> I have an application which uses COM 's Dispatch to create a COM based
> object. Now I need to upgrade the application to a threaded one. But
> its giving an error that COM and threads wont go together. Specifically
> its an attribute error at the point where COM object is invoked. Any
> pointers please??????
> 

If COM is not thread safe, then use processes

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to