创建setUp.py
from cx_Freeze import setup, Executablesetup(name = "AppName",version = "0.1",description = "Your application description",executables = [Executable("main.py")])
使用一下命令打包
python setup.py build
创建setUp.py
from cx_Freeze import setup, Executablesetup(name = "AppName",version = "0.1",description = "Your application description",executables = [Executable("main.py")])
使用一下命令打包
python setup.py build
如果万事开头难 那请结局一定圆满 @ Phoenixy
-------------------------------------------------------------------------------------