ImportError:DLL加载失败的pyinstaller

时间:2015-11-29 14:01:01

标签: dll load importerror pyinstaller

我用pyinstaller创建.exe文件,当我尝试启动它时出现这样的错误:

  

C:\ pyinstaller-开发> C:\ pyinstaller-开发\ RichardINC_aws \ DIST \ RichardINC_aws.exe        Traceback(最近一次调用最后一次):       文件“”,第8行,in       文件“C:\ pyinstaller-develop \ PyInstaller \ loader \ pyimod03_importers.py”,行   3       64,在load_module中       exec(字节码,模块。字典)       文件“C:\ Python27 \ lib \ site-packages \ pillow-3.0.0-py2.7-win32.egg \ PIL \ Image.py”       ,第66行,in       文件“C:\ pyinstaller-develop \ PyInstaller \ loader \ pyimod03_importers.py”,   第364行,在load_module中       exec(字节码,模块。字典)       文件“C:\ Python27 \ lib \ site-packages \ pillow-3.0.0-py2.7-win32.egg \ PIL_imaging.py”,   7号线,在       文件“C:\ Python27 \ lib \ site-packages \ pillow-3.0.0-py2.7-win32.egg \ PIL_imaging.py”,   第6行,在 bootstrap 中       ImportError:DLL加载失败:═хэрщфхэєърчрээ√щьюфєы№。       RichardINC_aws返回-1

1 个答案:

答案 0 :(得分:2)

也许this thread on Github涉及似乎是一个pyinstaller开发人员可能有所帮助。我在32位和64位版本的Python 3.5.1 for Windows上遇到了类似的问题,但在Debian中没有用于python 3.4.2的pyinstaller(尽管后者创建了不会运行的独立版本)在我的64位Windows中,但在Linux中运行正常。)