Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100303
| From | "Ginga, Dick" <Dick.Ginga@PERKINELMER.COM> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | RE: wrappers for C/C++ |
| Date | 2015-12-11 19:24 +0000 |
| Message-ID | <mailman.160.1449865671.12405.python-list@python.org> (permalink) |
| References | <6C6EE445A6F6CE4E8A0FFB51B071A4E2D869B96D@AMERMBX02.PERKINELMER.NET> <CAPTjJmqoaXOyZyBXja8RfXDeeJW7MCipyK5QAP=NLn6BnhqkFw@mail.gmail.com> <6C6EE445A6F6CE4E8A0FFB51B071A4E2D869BA61@AMERMBX02.PERKINELMER.NET> <CAPTjJmpOeZ5F-VG80z0S6pwNMn34WJEQoJ+WopkN3u_oLaC9AA@mail.gmail.com> |
Thanks again for a very informative answer and these are windows wrappers. -----Original Message----- From: Python-list [mailto:python-list-bounces+dick.ginga=perkinelmer.com@python.org] On Behalf Of Chris Angelico Sent: Friday, December 11, 2015 1:53 PM Cc: python-list@python.org Subject: Re: wrappers for C/C++ On Sat, Dec 12, 2015 at 5:40 AM, Ginga, Dick <Dick.Ginga@perkinelmer.com> wrote: > Thank you Chris for this answer. These are the _only_ versions the build creates. Are you saying that wrappers for 3.5 "may" continue to support future versions? That's a Windows-specific concern; there've been changes made to how the Windows build process works, starting with 3.5. It's usually easiest to build against the exact Python that you want to run against; in the case of binaries downloaded from python.org, that basically means having one build for each version (major.minor) you want to support. (I'm not sure about other build concerns - you possibly need 32-bit and 64-bit builds for each version. Others will know more than I do on that.) For non-Windows platforms, it's usually easiest to punt on the whole build process and just distribute source code. C compilers are more generally available on people's Linux systems than on their Windowses. ChrisA -- https://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
RE: wrappers for C/C++ "Ginga, Dick" <Dick.Ginga@PERKINELMER.COM> - 2015-12-11 19:24 +0000
csiph-web