简体   繁体   English

DLL加载失败,同时没有为x86和x64 DLL显示有效的Win32应用

[英]DLL Load Failed, Not a Valid Win32 App showing for both x86 & x64 DLLs

Trying to run the latest version of heatmap. 尝试运行最新版本的热图。 http://jjguy.com/heatmap/ http://jjguy.com/heatmap/

DLL load keeps crapping out on me in both 64 & 32 bit dlls. DLL负载使我无法同时使用64位和32位dll。 (Similar questions on this seemed irrelevant as I've tried loading both DLLs) (与此类似的问题似乎无关紧要,因为我尝试加载两个DLL)

I'm running Windows 7. I have uninstalled and re-installed 2.7.3 64 bit. 我正在运行Windows7。我已经卸载并重新安装了2.7.3 64位。

Idle Top line: 空闲顶行:

Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32 在Win32上的Python 2.7.3(默认值,2012年4月10日,23:24:47)[MSC v.1500 64位(AMD64)]

I've tried loading 我尝试加载

C:\\Python27\\DLLs\\cHeatmap-x86.dll C:\\ Python27 \\ DLLs \\ cHeatmap-x86.dll

ImportError: DLL load failed: %1 is not a valid Win32 application. ImportError:DLL加载失败:%1不是有效的Win32应用程序。

C:\\Python27\\DLLs\\cHeatmap-x64.dll C:\\ Python27 \\ DLLs \\ cHeatmap-x64.dll

ImportError: DLL load failed: %1 is not a valid Win32 application. ImportError:DLL加载失败:%1不是有效的Win32应用程序。

I can run heatmap 1.1 but that was before DLLs were added. 我可以运行heatmap 1.1,但是那是在添加DLL之前的。

Do you have this dll? 你有这个dll吗? C:\\Windows\\System32\\msvcr110.dll C:\\ Windows \\ System32 \\ msvcr110.dll

Copying the dll from another computer fixed the problem for me, not sure how. 从另一台计算机复制dll为我解决了问题,不确定如何解决。

Resolved. 解决。 Blank DLL files were created by the build.bat because the environment variable vcinstalldir is blank if a full version of visual studio isn't installed. 空白的DLL文件由build.bat创建,因为如果未安装Visual Studio的完整版本,则环境变量vcinstalldir为空白。 DLLs were blank, filesize 0KB DLL为空白,文件大小为0KB

Loaded clean DLLs from github. 从github加载了干净的DLL。 Filesize 9 & 10kb. 文件大小为9和10kb。

Heatmap library imports & functions as designed. 热图库按设计导入和功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Armadillo和MKL库为x86(win32)构建 - Building with Armadillo and MKL libraries for x86 (win32) weawve ImportError:DLL加载失败:%1不是有效的Win32应用程序Anaconda64 MINGW64 - weawve ImportError: DLL load failed: %1 is not a valid Win32 application Anaconda64 MINGW64 ImportError:DLL加载失败:不是有效的Win32应用程序 - ImportError: DLL load failed: not a valid Win32 application 'matplotlib'ImportError:DLL加载失败:%1不是有效的Win32应用程序 - 'matplotlib' ImportError: DLL load failed: %1 is not a valid Win32 application Tensorflow 导入错误:DLL 加载失败:%1 不是有效的 Win32 应用程序 - Tensorflow ImportError: DLL load failed: %1 is not a valid Win32 application Python:DLL加载失败:%1不是有效的Win32应用程序 - Python: DLL load failed: %1 is not a valid Win32 application wxPython:DLL加载失败:%1不是有效的Win32应用程序 - wxPython: DLL load failed: %1 is not a valid Win32 application DLL加载失败 - 不是有效的Win32应用程序 - 使用NumPy - DLL load failed - not a valid Win32 application - with NumPy DLL 加载失败:%1 不是有效的 Win32 应用程序 - Appcelerator - DLL load failed: %1 is not a valid Win32 application - Appcelerator DLL加载失败:%1不是StatsModel的有效Win32应用程序 - DLL Load failed: %1 is not a valid Win32 Application for StatsModel
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM