Re: python 2 and 3 modules

2013-09-17 Thread Daniel Braniss
> On 17.09.2013 08:59, Daniel Braniss wrote: > >> On 29/07/2013 5:46 PM, David Demelier wrote: > >>> 2013/7/28 Daniel Braniss : > >>>> Hi, > >>>> I need to be able to have both (2.7 and 3.2) modules. > >>>> setting PYTHON_VER

Re: python 2 and 3 modules

2013-09-17 Thread Daniel Braniss
> On 29/07/2013 5:46 PM, David Demelier wrote: > > 2013/7/28 Daniel Braniss : > >> Hi, > >> I need to be able to have both (2.7 and 3.2) modules. > >> setting PYTHON_VERSION=3.2 in /etc/make.conf compiles properly, > >> but make install, insists that

Re: Dealing with 2.7 and 3.3 installations

2013-07-30 Thread Daniel Braniss
[...] > Does the same problem strike you, if you use PYTHON_DEFAULT_VERSION=xxx? > PYTHON_VERSION should be used by ports, not by the user (input). By setting PYTHON_DEFAULT_VERSION=x.y, make insists in compiling python-x.y even though it's already installed :-( danny _

Re: Dealing with 2.7 and 3.3 installations

2013-07-30 Thread Daniel Braniss
> Daniel Braniss : > > [...] > > > >> > >> So what you need is support for a python module installed for two different > >> python versions at the same time, correct? And this (right now) is not > >> supported, I am afraid. > > > &g

Re: Dealing with 2.7 and 3.3 installations

2013-07-30 Thread Daniel Braniss
> Daniel Braniss : > > >> David, Daniel, > >> > >> just to take this to python@ and to clarify, what problems are still > >> open for you: > >> > >> - bapt confirmed that the parallel installation of python itself from

Re: Dealing with 2.7 and 3.3 installations

2013-07-30 Thread Daniel Braniss
> David, Daniel, > > just to take this to python@ and to clarify, what problems are still > open for you: > > - bapt confirmed that the parallel installation of python itself from > binary packages should work >without any problem > - Installation from the ports tree should work without p

Re: python 2.7

2010-08-15 Thread Daniel Braniss
> On Sun, Aug 15, 2010 at 03:11, Li-Wen Hsu wrote: ... > > Hi, > > > > I got approval form wen@ recently and continued working on the patch, > > here is the current result I have: > > > > http://people.freebsd.org/~lwhsu/python27.diff > > Patch is updated, now building with PTH and SEM should be f

python 2.7

2010-08-13 Thread Daniel Braniss
hi, I noticed that in ports/lan/python27 it actually compiles 2.6.5! and surprisingly, I discovered that 2.7 is as of today 'official', so any plans on updating the package? thanks, danny ___ freebsd-python@freebsd.org mailing list http