Re: threading and internet explorer com

2005-01-28 Thread James
thak you Roger :) thank you so much :) best regards, James Roger Upole wrote: You'll need to call pythoncom.CoInitialize() in each thread. Roger "James" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] hi, i'm using python 2.4 with pywin32... I've tried to use internet explor

RE: threading and internet explorer com

2005-01-28 Thread Stefan Schukat
2005 7:29 AM > To: python-list@python.org > Subject: Re: threading and internet explorer com > > > You'll need to call pythoncom.CoInitialize() in each thread. > > Roger > > "James" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTE

Re: threading and internet explorer com

2005-01-27 Thread Roger Upole
You'll need to call pythoncom.CoInitialize() in each thread. Roger "James" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi, > > i'm using python 2.4 with pywin32... > I've tried to use internet explorer control with a class. > it was fine until i decided to inherit thread