Re: [Python-Dev] Installing Python from the source code on Windows

2015-04-03 Thread Terry Reedy
On 4/3/2015 5:51 AM, Narsu wrote: Hi Python I'm working on a game project,using c++ as main language, and using python as script.I've built the Python from the source code on Windows, and when I invoked method Py_Initialize my program exited. After some tests I realized as long as I move the Pyt

[Python-Dev] Installing Python from the source code on Windows

2015-04-03 Thread Narsu
Hi Python I'm working on a game project,using c++ as main language, and using python as script.I've built the Python from the source code on Windows, and when I invoked method Py_Initialize my program exited. After some tests I realized as long as I move the Python-2.7.9/Lib file to my program fi