Re: [Python-Dev] packaging was not getting installed

2011-06-14 Thread Ned Deily
In article <20110614165414.340f2...@neurotica.wooz.org>, Barry Warsaw wrote: > I just fixed Makefile.pre.in to install the packaging directory and all its > subdirs. Without this `python3.3 -c 'import packaging'` fails from the > installation target directory. I'm not sure the Fellowship intend

[Python-Dev] packaging was not getting installed

2011-06-14 Thread Barry Warsaw
I just fixed Makefile.pre.in to install the packaging directory and all its subdirs. Without this `python3.3 -c 'import packaging'` fails from the installation target directory. I'm not sure the Fellowship intends for every subdir to get installed, so please double check. I just added everything

Re: [Python-Dev] Pathscale compilers open source

2011-06-14 Thread Neal Becker
Skip Montanaro wrote: > One of my colleagues with a background in the high performance computing > realm sent me this press release: > > http://www.pathscale.com/ekopath4-open-source-announcement > > I'm not personally familiar with the Pathscale compilers, but thought some > folks here migh

Re: [Python-Dev] Python 3.x and bytes

2011-06-14 Thread Łukasz Langa
Wiadomość napisana przez Ethan Furman w dniu 2011-06-14, o godz. 19:46: >>> [CHAR] = b'C' >>> [INT] = b'I' > CHAR,= b'C' > DATE,= b'D' > LOGICAL ,= b'L' Perl Jam! -- Best regards, Łukasz Langa tel. +48 791 080 144 WWW http://lukasz.langa.pl/

Re: [Python-Dev] Python 3.x and bytes

2011-06-14 Thread Ethan Furman
P.J. Eby wrote: At 01:56 AM 6/14/2011 +, exar...@twistedmatrix.com wrote: On 12:35 am, ncogh...@gmail.com wrote: On Tue, Jun 14, 2011 at 9:40 AM, P.J. Eby wrote: You can still do it one at a time: CHAR, = b'C' INT, = b'I' ... etc. I just tried it with Python 3.1 and it works there.

Re: [Python-Dev] Python 3.x and bytes

2011-06-14 Thread P.J. Eby
At 01:56 AM 6/14/2011 +, exar...@twistedmatrix.com wrote: On 12:35 am, ncogh...@gmail.com wrote: On Tue, Jun 14, 2011 at 9:40 AM, P.J. Eby wrote: You can still do it one at a time: CHAR, = b'C' INT, = b'I' ... etc. I just tried it with Python 3.1 and it works there. I almost mentione

Re: [Python-Dev] Lazy unpacking for struct module

2011-06-14 Thread Lukas Lueg
> So I really can't see what harm it could do, except for > maybe a tiny performance reduction in the case where you > extract all the fields, or refer to extracted fields > repeatedly. Referring to the view-object multiple times should not be a problem since the object can create and hold referen

[Python-Dev] Pathscale compilers open source

2011-06-14 Thread Skip Montanaro
One of my colleagues with a background in the high performance computing realm sent me this press release: http://www.pathscale.com/ekopath4-open-source-announcement I'm not personally familiar with the Pathscale compilers, but thought some folks here might be and might want to experiment wit

Re: [Python-Dev] In-Python virtualisation and packaging

2011-06-14 Thread Ronald Oussoren
On 14 Jun, 2011, at 11:15, Jannis Leidel wrote: > > On 14.06.2011, at 01:46, Carl Meyer wrote: > >> >> In fact, the only new-OS-version adjustment I can recall virtualenv >> needing to make is when Debian introduced dist-packages -- but even that >> doesn't really apply, as that was distro-pac

Re: [Python-Dev] In-Python virtualisation and packaging

2011-06-14 Thread Jannis Leidel
On 14.06.2011, at 01:46, Carl Meyer wrote: > On 06/13/2011 08:07 AM, Nick Coghlan wrote: >> On Mon, Jun 13, 2011 at 10:50 PM, Vinay Sajip >> wrote: >>> You're right in terms of the current Python ecosystem and 3.x adoption, >>> because >>> of course this approach requires support from Python i