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 steve.dower
Recipients BreamoreBoy, Duncan McBryde, Henry Gomersall, LRN, WhiteTiger, arbitraryvalue, carlkl, casevh, cdavid, cgohlke, cournape, donmez, eric.araujo, giampaolo.rodola, jdpipe, loewis, njs, paul.moore, r.david.murray, ralf.gommers, rpetrov, rubenvb, scott.tsai, simonzack, steve.dower, taschini
Date 2015-12-21.11:24:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450697075.44.0.985155970682.issue4709@psf.upfronthosting.co.za>
In-reply-to
Content
> What needs to still be done in order that a user with a fresh Python install in Windows (and no compiler installed) can do "pip install an_extension_that_needs_compiling" and it _just works_?

The package developer takes the time to build a wheel on Windows (presumably they are already testing on Windows...?) and publishes it. Problem solved.

Most of our efforts are (or should be) aimed at making it easier for the developers to do this, rather than trying to make a seamless build toolchain for the end user.
History
Date User Action Args
2015-12-21 11:24:35steve.dowersetrecipients: + steve.dower, loewis, paul.moore, jdpipe, casevh, giampaolo.rodola, donmez, scott.tsai, cdavid, eric.araujo, rpetrov, r.david.murray, njs, cgohlke, rubenvb, WhiteTiger, BreamoreBoy, LRN, cournape, taschini, arbitraryvalue, ralf.gommers, simonzack, carlkl, Henry Gomersall, Duncan McBryde
2015-12-21 11:24:35steve.dowersetmessageid: <1450697075.44.0.985155970682.issue4709@psf.upfronthosting.co.za>
2015-12-21 11:24:35steve.dowerlinkissue4709 messages
2015-12-21 11:24:35steve.dowercreate