Reputation: 1285
I am trying to install PythonMagick. I am using Python 2.7 and running Windows 7. I have tried following the directions in the readme, but all of the configuration scripts are of type "file" and cannot be executed in either the python or windows command line. What should I do?
Upvotes: 6
Views: 7816
Reputation: 11213
I recommend you use the pre-compiled installer from the Unofficial Windows Binaries for Python Extension Packages.
Just follow this link and download the right installer for your Python interpreter (in your case it will either be PythonMagick-0.9.10.win-amd64-py2.7.exe
or PythonMagick-0.9.10.win32-py2.7.exe
, depending on whether you've installed the 64 or 32 bit Python interpreter).
Upvotes: 14