This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients brett.cannon, eryksun, mhammond, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-06-29.19:45:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467229526.77.0.897760404052.issue27417@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-29 19:45:26eryksunsetrecipients: + eryksun, mhammond, brett.cannon, paul.moore, tim.golden, zach.ware, steve.dower
2016-06-29 19:45:26eryksunsetmessageid: <1467229526.77.0.897760404052.issue27417@psf.upfronthosting.co.za>
2016-06-29 19:45:26eryksunlinkissue27417 messages
2016-06-29 19:45:26eryksuncreate