0

尝试运行最新版本的热图。http://jjguy.com/heatmap/

在 64 位和 32 位 dll 中,DLL 负载一直困扰着我。(在我尝试加载两个 DLL 时,类似的问题似乎无关紧要)

我正在运行 Windows 7。我已经卸载并重新安装了 2.7.3 64 位。

空闲顶线:

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

我试过加载

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

ImportError:DLL 加载失败:%1 不是有效的 Win32 应用程序。

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

ImportError:DLL 加载失败:%1 不是有效的 Win32 应用程序。

我可以运行热图 1.1,但那是在添加 DLL 之前。

4

2 回答 2

0

你有这个dll吗?C:\Windows\System32\msvcr110.dll

从另一台计算机复制 dll 为我解决了这个问题,不知道如何。

于 2012-11-27T14:34:05.050 回答
0

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. DLLs were blank, filesize 0KB

Loaded clean DLLs from github. Filesize 9 & 10kb.

Heatmap library imports & functions as designed.

于 2012-11-27T20:14:32.017 回答