Teja wrote:

> s=pythoncom.CoMarshalInterThreadInterfaceInStream(pythoncom.IID_IDispatch,i­­e)
>
>        thread.start_new_thread(self.nav, (s,'www.google.com')
>
> I am getting an attribute error

the traceback tells you what attribute Python was looking for, and may also 
provide
additional clues.  can you post the traceback too?  make sure you include all 
of it.

</F> 



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

Reply via email to