John Difool

Results 2 comments of John Difool

Hi I have the same error as Prolixe ( https://github.com/jjguy/heatmap/issues/9#issuecomment-14686857 ) hm = heatmap.Heatmap() File "C:\Program Files (x86)\Python27-32\lib\site-packages\heatmap\heatmap.py", line 73, in **init** os.path.join(d, libname)) File "C:\Program Files (x86)\Python27-32\lib\ctypes__init__.py", line 443,...

Resolved from the advise [here](http://stackoverflow.com/questions/13458543/dll-load-failed-not-a-valid-win32-app-showing-for-both-x86-x64-dlls) I installed [VC++ 2012 redist](http://www.microsoft.com/en-us/download/details.aspx?id=30679) and ran the **build.bat** and I could run the example code without the error. Note. I don't know if it...