Re: [gentoo-user] Re: Migrating to python3_6 ?

2019-09-06 Thread Mick
On Thursday, 5 September 2019 21:38:16 BST james wrote: > On 9/5/19 11:12 AM, Nikos Chantziaras wrote: > > On 04/09/2019 07:42, james wrote: > >> I have these versions of python installed 2.7.15, 3.5.5 and 3.6.5 > >> and these settings in make.conf:: > >> > >> ??PYTHON_TARGETS=" python2_7 python3_

Re: [gentoo-user] Re: Migrating to python3_6 ?

2019-09-05 Thread james
On 9/5/19 11:12 AM, Nikos Chantziaras wrote: On 04/09/2019 07:42, james wrote: I have these versions of python installed 2.7.15, 3.5.5 and 3.6.5 and these settings in make.conf:: ??PYTHON_TARGETS=" python2_7 python3_6" ??PYTHON_SINGLE_TARGET="python3_6" Sometimes it's hard to sort out the most

Re: [gentoo-user] Re: Migrating to python3_6 ?

2019-09-05 Thread James Stevenson
Has anyone tried adding 3.7 to the python targets yet? I got some strange errors when I tried last week. James On Thu, 5 Sep 2019, 16:13 Nikos Chantziaras, wrote: > On 04/09/2019 07:42, james wrote: > > I have these versions of python installed 2.7.15, 3.5.5 and 3.6.5 > > and these settings in

[gentoo-user] Re: Migrating to python3_6 ?

2019-09-05 Thread Nikos Chantziaras
On 04/09/2019 07:42, james wrote: I have these versions of python installed 2.7.15, 3.5.5 and 3.6.5 and these settings in make.conf::  PYTHON_TARGETS=" python2_7 python3_6"  PYTHON_SINGLE_TARGET="python3_6" Sometimes it's hard to sort out the most accurate/current docs to read from the older

[gentoo-user] Re: Migrating to python3_6 ?

2019-09-04 Thread Grant Edwards
On 2019-09-04, james wrote: > I have been reading all sorts of things from you cannot get rid of > python 2.7 to it's straightforward to leave python2_7. In my experience, if you do a lot of stuff with raw byte streams (e.g. implementing network protocols), switching from 2.7 to 3.x can be rath