New submission from Pat Le Cat:

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();

----------
components: Build, Library (Lib), Windows
messages: 220902
nosy: Pat.Le.Cat
priority: normal
severity: normal
status: open
title: Py_SetPath() gives compile error: undefined reference to 
'__imp_Py_SetPath'
type: compile error
versions: Python 3.4

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

Reply via email to