赞
踩
直接在命令行里输入pip install pyinstaller,不过我需要输入python -m pip install pyinstaller。
常用参数说明:
–icon=图标路径
-F 打包成一个exe文件
-w 使用窗口,无控制台
-c 使用控制台,无窗口
-D 创建一个目录,里面包含exe以及其他一些依赖性文件
pyinstaller -h 来查看参数
打开py文件所在的目录,在下图箭头一栏输入cmd即可打开命令行
做法一
做法二
可以直接命令行输入pyinstaller -F scale.py --noconsole
出现UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xce in position 解决方案
出现PermissionError: [Errno 13] Permission denied: C:\…\xxx.dll
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。