Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36854

Re: Compiling native extensions with Visual Studio 2012?

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <christian@python.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1358259797; bh=EZpsD5AlmBBWxGaJGHGz+7j2d0qACbKdAnEHPBuBUN4=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=o8q+H5JNAkkJvrT675mWS0baNg4M7RLRXlga5KPZJhDc06apRja1owUD3Nc40Z3U8 xdj+sKvuKFv2izhOe1nXEjxmovDUmIePOpNTX/v7+KWl7eCZ81cPBSMOOHyLlkQdFT RQdNtXKfhppkTJdHu23KbjquN2HE57geiUIvdnJA=
Date Tue, 15 Jan 2013 15:23:16 +0100
From Christian Heimes <christian@python.org>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2
MIME-Version 1.0
To Alec Taylor <alec.taylor6@gmail.com>
Subject Re: Compiling native extensions with Visual Studio 2012?
References <CAO+9iGeb2uZQysraU4n9a+Aj4RgUZ=qQC8v=e5uWiX1htQbrRA@mail.gmail.com> <50F1745A.8030808@python.org> <CAO+9iGdLk9fPCQQucvdVeigOnwE7HYq1nROwLFiD8YcaK70bLg@mail.gmail.com>
In-Reply-To <CAO+9iGdLk9fPCQQucvdVeigOnwE7HYq1nROwLFiD8YcaK70bLg@mail.gmail.com>
X-Enigmail-Version 1.4.6
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 7bit
Cc python list <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.538.1358259798.2939.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1358259799 news.xs4all.nl 6953 [2001:888:2000:d::a6]:54624
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:36854

Show key headers only | View raw


Am 12.01.2013 17:06, schrieb Alec Taylor:
> Would be awesome to get these built into stdlib.
> 
> Compiling my own versions mostly for virtualenv purposes; though
> sometimes I can't find the binary on:
> http://www.lfd.uci.edu/~gohlke/pythonlibs/

Let's see. I've 10 months to work on the PEP + implementation until the
feature freeze of Python 3.4. It's feasible.

Yeah, Christoph Gohlke's work is a time saver! Some people provide
official Windows binaries for their Python packages. I'm in the lucky
position to own a free MSDN subscription from Microsoft for my work on
Python's Core.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Compiling native extensions with Visual Studio 2012? Christian Heimes <christian@python.org> - 2013-01-15 15:23 +0100

csiph-web