Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Trouble Installing PythonMagick Windows 7

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?

like image 261
Nicole Avatar asked Nov 16 '12 02:11

Nicole


1 Answers

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).

like image 96
Pedro Romano Avatar answered Dec 07 '22 23:12

Pedro Romano