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 takluyver
Recipients barry, josh.r, takluyver, vstinner
Date 2014-07-18.00:45:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405644341.4.0.147092088505.issue18395@psf.upfronthosting.co.za>
In-reply-to
Content
You seem to need wchar_t to call Py_Main and Py_SetProgramName.

I think there's an example in the docs which is wrong, because it appears to pass a char* to Py_SetProgramName:
https://docs.python.org/3.4/extending/embedding.html#very-high-level-embedding
History
Date User Action Args
2014-07-18 00:45:41takluyversetrecipients: + takluyver, barry, vstinner, josh.r
2014-07-18 00:45:41takluyversetmessageid: <1405644341.4.0.147092088505.issue18395@psf.upfronthosting.co.za>
2014-07-18 00:45:41takluyverlinkissue18395 messages
2014-07-18 00:45:40takluyvercreate