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


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

Re: Autotool - compile module for both Python 2 _and_ 3

Started byErvin Hegedüs <airween@gmail.com>
First post2016-05-17 13:14 +0200
Last post2016-05-17 13:14 +0200
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: Autotool - compile module for both Python 2 _and_ 3 Ervin Hegedüs <airween@gmail.com> - 2016-05-17 13:14 +0200

#108735 — Re: Autotool - compile module for both Python 2 _and_ 3

FromErvin Hegedüs <airween@gmail.com>
Date2016-05-17 13:14 +0200
SubjectRe: Autotool - compile module for both Python 2 _and_ 3
Message-ID<mailman.54.1463483615.19823.python-list@python.org>
Hi Dirk,

On Tue, May 17, 2016 at 09:13:02AM +0200, Dirk Bächle wrote:
> Hi Ervin,
> 
> On 16.05.2016 11:05, Ervin Hegedüs wrote:
> >Hi All,
> >
> >
> >there is a library, which written in C. I'ld like to use it from
> >Python - from Python 2 _and_ 3.
> >
> >I can make the autotools* files for Python 2 and Python 3, but
> >only exclusively. I can't make it for both in same time.
> >
> >[...]
> >
> >Is there any "best practice" to solve this problem?
> >
> >Practical advice or links are welcome!
> >
> 
> here's my practical advice: have a look at SCons
> (http://www.scons.org). It handles variant builds (multiple
> packages/target) from the same source very well, even in parallel.

many thanks - I'll check it out soon.


Thanks,


a.
 

[toc] | [standalone]


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


csiph-web