[Numpy-discussion] [review] py3k_bootstrap branch

2009-05-05 Thread David Cournapeau
Hi, I spent some more time on making numpy.distutils runnable under python 3. I finally made up to the point where it breaks at C code compilation, so we can start working on the hard part. The branch is there for review http://github.com/cournape/numpy/commits/py3k_bootstrap The code is quite u

Re: [Numpy-discussion] [review] py3k_bootstrap branch

2009-05-05 Thread Bruce Southey
David Cournapeau wrote: > Hi, > > I spent some more time on making numpy.distutils runnable under python > 3. I finally made up to the point where it breaks at C code > compilation, so we can start working on the hard part. The branch is > there for review > > http://github.com/cournape/numpy/commi

Re: [Numpy-discussion] [review] py3k_bootstrap branch

2009-05-05 Thread David Cournapeau
On Wed, May 6, 2009 at 12:26 AM, Bruce Southey wrote: > David Cournapeau wrote: >> Hi, >> >> I spent some more time on making numpy.distutils runnable under python >> 3. I finally made up to the point where it breaks at C code >> compilation, so we can start working on the hard part. The branch is

Re: [Numpy-discussion] [review] py3k_bootstrap branch

2009-05-05 Thread Darren Dale
On Tue, May 5, 2009 at 11:50 AM, David Cournapeau wrote: > On Wed, May 6, 2009 at 12:26 AM, Bruce Southey wrote: > > David Cournapeau wrote: > >> Hi, > >> > >> I spent some more time on making numpy.distutils runnable under python > >> 3. I finally made up to the point where it breaks at C code >

Re: [Numpy-discussion] [review] py3k_bootstrap branch

2009-05-05 Thread David Cournapeau
On Wed, May 6, 2009 at 3:57 AM, Darren Dale wrote: > > There is a lot of interest in a 3to2 tool, and I have read speculation > (http://sayspy.blogspot.com/2009/04/pycon-2009-recap-best-pycon-ever.html) > that going from 3 to 2 should be easier than the other way around. Maybe it > will be worth

Re: [Numpy-discussion] [review] py3k_bootstrap branch

2009-05-06 Thread Darren Dale
On Tue, May 5, 2009 at 9:12 PM, David Cournapeau wrote: > On Wed, May 6, 2009 at 3:57 AM, Darren Dale wrote: > > > > > There is a lot of interest in a 3to2 tool, and I have read speculation > > ( > http://sayspy.blogspot.com/2009/04/pycon-2009-recap-best-pycon-ever.html) > > that going from 3 to