I would like to use aggdraw with Python 2.7. (Is this a dumb idea anyway? I saw a good aggdraw example, but I don't want to go back to Python 2.6. Is there an equivalent drawing library working with Python 2.7?) I have Python 2.7.8 64bit installed on Windows 7 Enterprise SP 1 64 bit.
The installer at http://www.effbot.org/downloads#aggdraw complains about the lack of Python 2.6, and python setup.py install complains about the lack of vcvarsall.bat .
So, following all the related posts here, I installed the MS compiler from http://www.microsoft.com/en-us/download/details.aspx?id=44266 . It appears in the Programs and Features list, and now I have vcvarsall.bat in C:\Users\d031475\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0 .
However, python setup.py install does not work directly in CMD or on the command line of MS Visual... Compiler for Python 2.7 , which appeared on my Start menu. He still complains about the lack of vcvarsall.bat .
EDIT: even when I add the appropriate directory to my path so that I can run vcvarsall.bat from the command line, python setup.py install still complains that it cannot find it. How strange is that?
source share