This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ebrehault
Recipients ebrehault, hagen, jwp, keldonin, kermode, tarek
Date 2009-10-28.11:15:31
SpamBayes Score 0.003499802
Marked as misclassified No
Message-id <1256728534.0.0.0484356479499.issue2698@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

I get the same error with Python 2.6.3 (and gcc 3.4.5):
E:\downloads\pycairo-1.8.8>python setup.py build --compiler=mingw32
cairo >= 1.8.8 detected
creating pycairo.pc
creating src/config.h
running build
running build_ext
building 'cairo._cairo' extension
error: Unable to find vcvarsall.bat

wasn't it supposed to be fixed (since 2.6.2) ?

Thanks,

Eric
History
Date User Action Args
2009-10-28 11:15:34ebrehaultsetrecipients: + ebrehault, kermode, tarek, hagen, jwp, keldonin
2009-10-28 11:15:34ebrehaultsetmessageid: <1256728534.0.0.0484356479499.issue2698@psf.upfronthosting.co.za>
2009-10-28 11:15:32ebrehaultlinkissue2698 messages
2009-10-28 11:15:31ebrehaultcreate