Eryk Sun added the comment:

pythoncom and comtypes use the value of sys.coinit_flags when imported, and 
otherwise default to calling CoInitializeEx(NULL, COINIT_APARTMENTTHREADED). 
Setting this value should ease problems, but something like -X:STA is still 
necessary. Note that the launcher allows passing arguments in a shebang.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27417>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to