Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
rem *** Used to create a Python exe call sample_setenv.bat call setenv.bat SET PYTHONPATH=%PYTHONDIR%\python.exe %PYTHONPATH% setup.py clean rem ***** create the exe %PYTHONPATH% -OO setup.py py2exe %PYTHONPATH% setup.py zip echo "done..."