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

Posted by mitrebox on Stack Overflow See other posts from Stack Overflow or by mitrebox
Published on 2012-11-19T16:57:24Z Indexed on 2012/11/19 16:59 UTC
Read the original article Hit count: 201

Filed under:
|

Trying to run the latest version of heatmap. http://jjguy.com/heatmap/

DLL load keeps crapping out on me in both 64 & 32 bit dlls. (Similar questions on this seemed irrelevant as I've tried loading both DLLs)

I'm running Windows 7. I have uninstalled and re-installed 2.7.3 64 bit.

Idle Top line:

Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32

I've tried loading

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

ImportError: DLL load failed: %1 is not a valid Win32 application.

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

ImportError: DLL load failed: %1 is not a valid Win32 application.

I can run heatmap 1.1 but that was before DLLs were added.

© Stack Overflow or respective owner

Related posts about python

Related posts about dll