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 Ben.Lucato
Recipients Ben.Lucato
Date 2014-07-06.06:04:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404626643.71.0.229210257111.issue21926@psf.upfronthosting.co.za>
In-reply-to
Content
I am wondering if it is at all on the roadmap to bundle a C compiler with Python on Windows, given that installing libraries with C extensions is very confusing on Windows.

For example, to install NumPy on Windows you end up either having to download the right version of Visual Studio or install it from the list of precompiled libraries at http://www.lfd.uci.edu/~gohlke/pythonlibs/. The problem is, either of those solutions feel quite bloated and aren't easily apparent when searching for fixes online.

BTW, since this is my first issue I looked around for a guide on how to submit issues but I couldn't find one - so I hope I'm raising it right.
History
Date User Action Args
2014-07-06 06:04:03Ben.Lucatosetrecipients: + Ben.Lucato
2014-07-06 06:04:03Ben.Lucatosetmessageid: <1404626643.71.0.229210257111.issue21926@psf.upfronthosting.co.za>
2014-07-06 06:04:03Ben.Lucatolinkissue21926 messages
2014-07-06 06:04:02Ben.Lucatocreate