bug#10227: Python installation fails for Python 3

2012-11-26 Thread Stefano Lattarini
tags 10227 + patch close 10227 thanks On 11/23/2012 10:26 AM, Stefano Lattarini wrote: > On 11/22/2012 11:35 PM, Roumen Petrov wrote: >> Stefano Lattarini wrote: >>> tags 10227 - moreinfo >>> thanks >>> >>> On 11/21/2012 06:58 PM, Reuben Thomas wrote: On 21 November 2012 13:41, Stefano Lattar

bug#10227: Python installation fails for Python 3

2012-11-23 Thread Stefano Lattarini
On 11/22/2012 11:35 PM, Roumen Petrov wrote: > Stefano Lattarini wrote: >> tags 10227 - moreinfo >> thanks >> >> On 11/21/2012 06:58 PM, Reuben Thomas wrote: >>> On 21 November 2012 13:41, Stefano Lattarini >>> wrote: >>> tags 10227 + moreinfo thanks Hi Roumen, Reuben. >>>

bug#10227: Python installation fails for Python 3

2012-11-22 Thread Roumen Petrov
Stefano Lattarini wrote: tags 10227 - moreinfo thanks On 11/21/2012 06:58 PM, Reuben Thomas wrote: On 21 November 2012 13:41, Stefano Lattarini wrote: tags 10227 + moreinfo thanks Hi Roumen, Reuben. I'm going through old open bugs, and I've noticed this one. Is the problem still present, a

bug#10227: Python installation fails for Python 3

2012-11-22 Thread Reuben Thomas
On 22 November 2012 13:01, Stefano Lattarini wrote: > OK, thanks for explaining it once again. I can now reproduce the same > issue on Debian. I think this is something we should try to work around, > since we cannot have our installation rules broken by default on both > Debian and Ubuntu ... >

bug#10227: Python installation fails for Python 3

2012-11-22 Thread Stefano Lattarini
tags 10227 - moreinfo thanks On 11/21/2012 06:58 PM, Reuben Thomas wrote: > On 21 November 2012 13:41, Stefano Lattarini > wrote: > >> tags 10227 + moreinfo >> thanks >> >> Hi Roumen, Reuben. >> >> I'm going through old open bugs, and I've noticed this one. Is the >> problem still present, afte

bug#10227: Python installation fails for Python 3

2012-11-21 Thread Reuben Thomas
On 21 November 2012 13:41, Stefano Lattarini wrote: > tags 10227 + moreinfo > thanks > > Hi Roumen, Reuben. > > I'm going through old open bugs, and I've noticed this one. Is the > problem still present, after the recent updates to the python support? > (They should be already merged in the maint

bug#10227: Python installation fails for Python 3

2012-11-21 Thread Stefano Lattarini
tags 10227 + moreinfo thanks Hi Roumen, Reuben. On 12/06/2011 12:16 AM, Roumen Petrov wrote: > Reuben Thomas wrote: >> The code currently used to get the python package directory is wrong >> for Python 3: >> > from distutils import sysconfig; print > (sysconfig.get_python_lib(0,0,'/us

bug#10227: Python installation fails for Python 3

2011-12-05 Thread Roumen Petrov
Reuben Thomas wrote: The code currently used to get the python package directory is wrong for Python 3: from distutils import sysconfig; print (sysconfig.get_python_lib(0,0,'/usr/local'))/usr/local/lib/python3/dist-packages is wrong (should be /usr/local/lib/python3.2/dist-packag

bug#10227: Python installation fails for Python 3

2011-12-05 Thread Reuben Thomas
The code currently used to get the python package directory is wrong for Python 3: >>> from distutils import sysconfig; print >>> (sysconfig.get_python_lib(0,0,'/usr/local'))/usr/local/lib/python3/dist-packages is wrong (should be /usr/local/lib/python3.2/dist-packages). Now, in some sense this mu