COM Error -- Urgent help
Fredrik Lundh
fredrik at pythonware.com
Tue Oct 17 05:00:15 EDT 2006
Teja wrote:
> s=pythoncom.CoMarshalInterThreadInterfaceInStream(pythoncom.IID_IDispatch,ie)
>
> 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>
More information about the Python-list
mailing list