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
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.
>>>
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
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 ...
>
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
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
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
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
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