[issue21799] Py_SetPath() gives compile error: undefined reference to '__imp_Py_SetPath'

Pat Le Cat report at bugs.python.org
Tue Jun 17 23:53:58 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue21799>
_______________________________________


More information about the Python-bugs-list mailing list