COM and threading, "CoInitialize"?

2009-02-10 Thread Ferdinand Sousa
Greetings to list members, I am trying to use an Acrobat COM object in a class that is subclassed from threading.Thread. Since threading.Thread is subclassed, the __init__ method of the inheriting class must explicitly call the threading.Thread.__init__ method of the parent. I guess I'm missing so

Re: COM and threading, "CoInitialize"?

2009-02-10 Thread Tim Golden
Ferdinand Sousa wrote: Greetings to list members, I am trying to use an Acrobat COM object in a class that is subclassed from threading.Thread. Since threading.Thread is subclassed, the __init__ method of the inheriting class must explicitly call the threading.Thread.__init__ method of the paren