Re: Python 3.2.2

2011-10-29 Thread Andrew Benton
On Fri, 28 Oct 2011 21:24:11 -0500 Bruce Dubbs bruce.du...@gmail.com wrote: Are there any naming conflicts between python3 and python2? It looks like I have: /usr/bin: pydoc3 python3python3.2 python3.2m pydoc3.2 python3-config

Re: Python 3.2.2

2011-10-29 Thread Bruce Dubbs
Andrew Benton wrote: On Fri, 28 Oct 2011 21:24:11 -0500 Bruce Dubbs bruce.du...@gmail.com wrote: Are there any gotchas in building side-by-side? What build instructions do you use in each case? I install pthon 2 and python 3 side by side. I'm not aware of any conflicts. As you've shown

Python 3.2.2

2011-10-28 Thread Wayne Blaszczyk
Some observations about the latest Python build. Besides the http://www.linuxfromscratch.org/patches/blfs/svn/Python-3.2.2-bdb_4.8-1.patch missing, there is no actual instruction to apply the patch. The ftp://mirror.ovh.net/gentoo-distfiles/distfiles/Python-3.2.2.tar.bz2 url is also broken. If we

Re: Python 3.2.2

2011-10-28 Thread Wayne Blaszczyk
On 28/10/11 21:13, Wayne Blaszczyk wrote: Some observations about the latest Python build. Besides the http://www.linuxfromscratch.org/patches/blfs/svn/Python-3.2.2-bdb_4.8-1.patch missing, there is no actual instruction to apply the patch. The ftp://mirror.ovh.net/gentoo-distfiles/distfiles

Re: Python 3.2.2

2011-10-28 Thread Andrew Benton
On Fri, 28 Oct 2011 21:57:15 +1100 Wayne Blaszczyk wblas...@bigpond.net.au wrote: On 28/10/11 21:13, Wayne Blaszczyk wrote: Some observations about the latest Python build. Besides the http://www.linuxfromscratch.org/patches/blfs/svn/Python-3.2.2-bdb_4.8-1.patch missing

Re: Python 3.2.2

2011-10-28 Thread Wayne Blaszczyk
On 28/10/11 23:10, Andrew Benton wrote: On Fri, 28 Oct 2011 21:57:15 +1100 Wayne Blaszczyk wblas...@bigpond.net.au wrote: On 28/10/11 21:13, Wayne Blaszczyk wrote: Some observations about the latest Python build. Besides the http://www.linuxfromscratch.org/patches/blfs/svn/Python-3.2.2

Re: Python 3.2.2

2011-10-28 Thread Bruce Dubbs
to fix some things with the 2to3 tool included with python 3. However, there are quite a lot of things out there that would need fixing so I personally install both Python-2.7.2 and Python-3.2.2 with 2.7.2 as the default /usr/bin/python. It's a bit like with gtk+-3, more things are starting

Re: Python 3.2.2

2011-10-28 Thread Wayne Blaszczyk
Lucas said the other day, it's possible to fix some things with the 2to3 tool included with python 3. However, there are quite a lot of things out there that would need fixing so I personally install both Python-2.7.2 and Python-3.2.2 with 2.7.2 as the default /usr/bin/python. It's a bit like