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 dstufft, eric.araujo, pitrou, steve.dower
Date 2015-10-13.18:44:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444761848.03.0.911529440717.issue25385@psf.upfronthosting.co.za>
In-reply-to
Content
Issue #23970 added the new compiler class, but all that really changed is that the module name is now distutils._msvccompiler. You *still* shouldn't access it except through distutils.ccompiler.new_compiler(compiler='msvc'), which is how it always was.

I can't point to exactly where in numpy the issue is, but I'd guess it looks a lot like "import distutils.msvccompiler"
History
Date User Action Args
2015-10-13 18:44:08steve.dowersetrecipients: + steve.dower, pitrou, eric.araujo, dstufft
2015-10-13 18:44:08steve.dowersetmessageid: <1444761848.03.0.911529440717.issue25385@psf.upfronthosting.co.za>
2015-10-13 18:44:08steve.dowerlinkissue25385 messages
2015-10-13 18:44:07steve.dowercreate