wrote:
> > >> >
> > >> >> "Teja" <[EMAIL PROTECTED]> wrote:
> > >> >> >I have an application which uses COM 's Dispatch to create a COM
> > >> >> >based
> > >> >> > object. Now I need
HI all,
I have a problem in accesing COM objects in threads. To be precise,
lets assume that I have a class GenericFunctions which is defined as
follows:
import win32com.client, pythoncom, thread
ie=win32com.client.Dispatch('internetexplorer.application')
ie.Visible=1
class GenericFunctions:
"Teja" <[EMAIL PROTECTED]> 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
> >> >> >
>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
> 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
"Teja" <[EMAIL PROTECTED]> wrote:
>
> Roger Upole wrote:
>
>> "Teja" <[EMAIL PROTECTED]> wrote:
>> >I have an application which uses COM 's Dispatch to create a COM based
>> > object. Now I need to upgrade the application to
hg wrote:
> Teja wrote:
> > hg wrote:
> >
> >> 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 gi
Roger Upole wrote:
> "Teja" <[EMAIL PROTECTED]> 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
Teja wrote:
> hg wrote:
>
>> 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
"Teja" <[EMAIL PROTECTED]> 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 a
hg wrote:
> 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 at
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
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 p
13 matches
Mail list logo