赞
踩
本地python版本为:3.7.3
自带pip
需要下载pyinstaller
可使用pip install pyinstaller
pyinstaller -F py文件路径
pyinstaller -F -p C:\python\Lib\site-packages py文件路径
,若需要添加多个库路径,则命令为pyinstaller -F -p C:\python\Lib\site-packages;C:\python\Lib\site-packages py文件路径
,即可完成打包。生成的exe文件在调用cmd的路径下的/dist/*.exe
whl文件名:pywin32-224-cp27-none-win_amd64.whl
报错:is not a supported wheel on this platform
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。