Message239383
The correct solution to this issue now is to install the Microsoft supplied "Visual C++ Compiler for Python 2.7" package (available as a free download from MSDN). That has all the components needed to build 32 and 64-bit extensions. Your setup.py needs to use setuptools (as there is a setuptools extension to recognise this compiler package) but otherwise the process should be seamless.
Note that in spite of the name, the process should also work for Python 3.2 and 3.3, which also use VS2008 (but I haven't tested that explicitly). |
|
Date |
User |
Action |
Args |
2015-03-27 08:59:43 | paul.moore | set | recipients:
+ paul.moore, lemburg, loewis, jafo, giampaolo.rodola, schmir, tim.golden, tarek, sayap, eric.araujo, zzzeek, srid, ipatrol, BreamoreBoy, shimizukawa, Jurko.Gospodnetić, thorsten.behrens, Borisd13, piotr.dobrogost, zach.ware, Victor.Lin, mdengler, steve.dower, Daniel.Ozminkowski, Frankie.Jhou, bgale, lwteng, jfoo, The Compiler, anuj0990, mike.mazurek |
2015-03-27 08:59:42 | paul.moore | set | messageid: <1427446782.83.0.219233321007.issue7511@psf.upfronthosting.co.za> |
2015-03-27 08:59:42 | paul.moore | link | issue7511 messages |
2015-03-27 08:59:42 | paul.moore | create | |
|