[python-win32] CoInitialize not called?

Roger Upole rwupole at msn.com
Mon Mar 13 12:52:17 CET 2006


You need to call CoInitialize in each thread created.
It gets executed automatically once when pythoncom
is imported the first time.

      hth
         Roger



More information about the Python-win32 mailing list