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 Pat.Le.Cat
Recipients Pat.Le.Cat
Date 2014-06-17.21:53:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403042038.73.0.889262541766.issue21799@psf.upfronthosting.co.za>
In-reply-to
Content
I use Python 3.4.1 x64 (binaries downloaded) under Windows 8.1 with mingw64 (GCC 4.9 using C++). All the other functions work fine.

Excerpt:
    Py_SetPath(L"python34.zip");
    wchar_t* pyPath = Py_GetPath();
    Py_Initialize();
History
Date User Action Args
2014-06-17 21:53:58Pat.Le.Catsetrecipients: + Pat.Le.Cat
2014-06-17 21:53:58Pat.Le.Catsetmessageid: <1403042038.73.0.889262541766.issue21799@psf.upfronthosting.co.za>
2014-06-17 21:53:58Pat.Le.Catlinkissue21799 messages
2014-06-17 21:53:58Pat.Le.Catcreate