且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Pyinstaller:导入错误:DLL 加载失败:找不到指定的模块

更新时间:2023-02-24 07:43:10

需要安装pyinstaller和pywin32,和你的python bit版本一样.

you need to install pyinstaller and pywin32, which is same bit version as your python bit version is.

从这里获取:https://sourceforge.net/projects/pywin32/files/pywin32/Build%20214/

如果您的 python 是 64 位,请选择 amd64 的,否则选择非 amd64 的

choose amd64 ones if your python is 64-bit else non-amd64 ones

如果您遇到任何注册表问题(或)未找到 Python 安装目录的问题,我可以提供帮助

If you face any registry problems (or) Python installation directory not found issues, I can help