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 Python-2.7.9/Lib file to my program file, it works fine. Please help me out .
Py-dev is for developing *future* versions of python. Questions about using *current* versions of python should usually go to python-list.
PS: consider using 3.x for scripting. -- Terry Jan Reedy _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
