Pyinstaller 打包完EXE报错:ImportError: DLL load failed while importing win32print: The specified module c

Code中包含 win32print模块, 在VScode中可以正常运行,打包为EXE后运行报错:

ImportError: DLL load failed while importing win32print: The specified module could not be found.

我的pyinstaller:4.0, pywin32:228

解决:

1. 将pywin32 模块 降级为225。  但是这种方法,vscode中代码不能正常跑,报跟上面同样得错误。

2. 将pywin32 升级为302, pyinstaller升级为4.7. 解决vscode 以及exe得报错。

pip install --upgrade pywin32==302
pip install --upgrade pyinstaller==4.7
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值