打包exe:
pyinstaller -F one.py
这个pyinstaller 工具需要安装
为了避免出错,安装pyinstaller 用三行命令:
pip install pypiwin32
pip install pywin32-ctypes
pip install pyinstaller --no-use-pep517
打包exe:
pyinstaller -F one.py
这个pyinstaller 工具需要安装
为了避免出错,安装pyinstaller 用三行命令:
pip install pypiwin32
pip install pywin32-ctypes
pip install pyinstaller --no-use-pep517