> 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
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