Re: python 2 and 3 modules

2013-09-17 Thread Daniel Braniss
uptools/distribute merge commotion settles down > >> > >> The FreeBSD Python team can be found on FreeNode IRC (#freebsd-python) > >> if anyone wants to get the ball rolling. > >> > >> koobs > > > > hi all, > > is there any prog

Re: python 2 and 3 modules

2013-09-17 Thread David Demelier
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_VERSION=3.2 in /etc/make.conf compiles properly, but make install, insists that that

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 that the 2.7 version is installed! > >> after de

Re: python 2 and 3 modules

2013-07-29 Thread Baptiste Daroussin
On Mon, Jul 29, 2013 at 01:05:40PM +0200, Marcus von Appen wrote: > > Baptiste Daroussin : > > > On Mon, Jul 29, 2013 at 12:26:24PM +0200, Marcus von Appen wrote: > >> David Demelier : > >> > >> > 2013/7/29 Marcus von Appen : > >> >> David Demelier : > >> >> > >> >> > >> >>> 2013/7/28 Daniel Bran

Re: python 2 and 3 modules

2013-07-29 Thread Daniel Braniss
> 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 that the 2.7 version is installed! > > after deinstalling, it will install the 3.2 version in the cor

Re: python 2 and 3 modules

2013-07-29 Thread Marcus von Appen
Baptiste Daroussin : On Mon, Jul 29, 2013 at 12:26:24PM +0200, Marcus von Appen wrote: David Demelier : > 2013/7/29 Marcus von Appen : >> David Demelier : >> >> >>> 2013/7/28 Daniel Braniss : Hi, I need to be able to have both (2.7 and 3.2) modules. setting PYTHON_VERSION=

Re: python 2 and 3 modules

2013-07-29 Thread Baptiste Daroussin
On Mon, Jul 29, 2013 at 12:26:24PM +0200, Marcus von Appen wrote: > David Demelier : > > > 2013/7/29 Marcus von Appen : > >> David Demelier : > >> > >> > >>> 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

Re: python 2 and 3 modules

2013-07-29 Thread Marcus von Appen
David Demelier : 2013/7/29 Marcus von Appen : David Demelier : 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 that the 2.7 version is installed! after deinst

Re: python 2 and 3 modules

2013-07-29 Thread David Demelier
2013/7/29 Marcus von Appen : > David Demelier : > > >> 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 that the 2.7 version is installed! >>> after

Re: python 2 and 3 modules

2013-07-29 Thread Marcus von Appen
David Demelier : 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 that the 2.7 version is installed! after deinstalling, it will install the 3.2 version in the corr

Re: python 2 and 3 modules

2013-07-29 Thread Kubilay Kocak
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 that the 2.7 version is installed! after deinstalling, it will install

Re: python 2 and 3 modules

2013-07-29 Thread David Demelier
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 that the 2.7 version is installed! > after deinstalling, it will install the 3.2 version in the correct directo

python 2 and 3 modules

2013-07-28 Thread 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 that the 2.7 version is installed! after deinstalling, it will install the 3.2 version in the correct directory: /usr/local/lib/python3.2/