PyInstaller支持Python3.5
py2exe没找到Python3.5支持文件
首先用pip 安装 PyInstaller
pip install PyInstaller
然后cd到需要打包的文件目录
pyinstaller -F test.py
dist文件夹是打包的exe
PyInstaller支持Python3.5
py2exe没找到Python3.5支持文件
首先用pip 安装 PyInstaller
pip install PyInstaller
然后cd到需要打包的文件目录
pyinstaller -F test.py
dist文件夹是打包的exe