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


Groups > comp.lang.python > #96572 > unrolled thread

Re: how to build windows extensions for python 3.5

Started byZachary Ware <zachary.ware+pylist@gmail.com>
First post2015-09-14 10:58 -0500
Last post2015-09-14 10:58 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: how to build windows extensions for python 3.5 Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-09-14 10:58 -0500

#96572 — Re: how to build windows extensions for python 3.5

FromZachary Ware <zachary.ware+pylist@gmail.com>
Date2015-09-14 10:58 -0500
SubjectRe: how to build windows extensions for python 3.5
Message-ID<mailman.535.1442246364.8327.python-list@python.org>
On Mon, Sep 14, 2015 at 10:52 AM, Robin Becker <robin@reportlab.com> wrote:
> I understand there have been changes to the way that extensions are supposed
> to be built for windows. Is there any user documentation regarding these
> changes? Last time I looked the appropriate Visual Studio hadn't been
> release so I guess I will need to use my MSDN skills (or incantations) to
> first get that installed.

Visual Studio 2015 has been released for about 7 weeks now.  Community
Edition (the free one) should be plenty to compile Python extensions
in either 32 or 64 bit.  In general, if you build your extensions
using distutils, it should still 'just work', but some truly exotic
situations may be different (or broken, in which case please file
bugs!).  Unfortunately I don't have any kind of documentation quick to
hand for this.

-- 
Zach

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web