StandAlone Python
Neil Schemenauer did a standalone python (currently 2.5.2). It means that the end-user doesn't have to install python to use your application. Of course there's other solution like py2exe.
http://arctrix.com/nas/python/standalone.html
source/launch.cpp
this is the application that launch your python script.
to compile using mingw without a console do:
g++ launch.cpp -mwindows -o launch.exe
page revision: 1, last edited: 11 Feb 2009 02:15