Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96572
| References | <55F6ED53.9080103@chamonix.reportlab.co.uk> |
|---|---|
| From | Zachary Ware <zachary.ware+pylist@gmail.com> |
| Date | 2015-09-14 10:58 -0500 |
| Subject | Re: how to build windows extensions for python 3.5 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.535.1442246364.8327.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: how to build windows extensions for python 3.5 Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-09-14 10:58 -0500
csiph-web