Ярлыки

суббота, 3 ноября 2012 г.

Python to EXE: cx_Freeze is work!

1) on windows installing cx_Freeze.

2) D:\MyProject>C:\Python27\Scripts\cxfreeze myProject_main.py --target-dir folderForExe

myProject_main.py - main file of the project (it's usually run by Python)
folderForExe - target folder for EXE and all libraries.

Комментариев нет:

Отправить комментарий