python打包

120 阅读1分钟
  1. pip install py2app
  2. cd 进入想要进入的路径(可以拖入文件夹) mkdir 文件名
  3. py2applet --make-setup dabao.py
  4. python setup.py py2app