标签: python exe python-3.5
大多数程序仅支持python版本3.4。
答案 0 :(得分:28)
您可以使用支持python 3.5的PyInstaller。
使用pip execute在终端中安装它: pip install pyinstaller
pip install pyinstaller
制作.exe文件:
pyinstaller --onefile script.py