Re: [python-win32] coinitialize problem

2005-07-03 Thread Mark Hammond
> I'm extending a Python application that uses several com > objects and threads. > The origional programmer set the main thread to multithreaded > by doing this: > * sys.coinit_flags = 0 > * import pythoncom > This is nessacary because otherwise a com (MapObjects2 from > ESRI) can't run in > a t

[python-win32] coinitialize problem

2005-07-01 Thread gijs
Hi, I'm extending a Python application that uses several com objects and threads. The origional programmer set the main thread to multithreaded by doing this: * sys.coinit_flags = 0 * import pythoncom This is nessacary because otherwise a com (MapObjects2 from ESRI) can't run in a thread, bu