Felix_Weng 发表于 2020-12-25 18:48:27

pyinstaller出现的ImportError: DLL load failed while importing base: 找不到指...

问题与分析
1.原本还可以用pyinstaller打包.py,但是最近不管任何文件打包不了,一致弹出“ImportError: DLL load failed while importing base: 找不到指定的程序。”
2.用pip install base也不行;
3.环境变量里最早也有加入site_package;
4.网上出现的问题依次试过也解决不了;
5.在出现这个问题之前试用过python3.9\Lib\site-packages\qt5_applications\Qt\bin下的qml.exe,但实际打包的任何.py文件都没引用该exe生成的ui文件,故不确定有没有关系
6.目前还没有解决(注:同一个.py文件之前可以pyinstaller打包并且可以使用,现在打包失败,报错ImportError: DLL load failed while importing base: 找不到指定的程序)

带上她的眼睛 发表于 2021-4-6 16:42:07

你现在解决了吗
页: [1]
查看完整版本: pyinstaller出现的ImportError: DLL load failed while importing base: 找不到指...