Re: [Numpy-discussion] numpy distutils log error with easy_install

2012-10-06 Thread Matthew Brett
Hi, On Thu, Oct 4, 2012 at 10:29 AM, Matthew Brett wrote: > Hi, > > On Thu, Oct 4, 2012 at 7:35 AM, Ralf Gommers wrote: >> >> >> On Thu, Oct 4, 2012 at 12:14 AM, Matthew Brett >> wrote: >>> >>> Hi, >>> >>> On Wed, Oct 3, 2012 at 10:51 PM, Ralf Gommers >>> wrote: >>> > >>> > >>> > On Wed, Oct 3

Re: [Numpy-discussion] numpy distutils log error with easy_install

2012-10-04 Thread Matthew Brett
Hi, On Thu, Oct 4, 2012 at 7:35 AM, Ralf Gommers wrote: > > > On Thu, Oct 4, 2012 at 12:14 AM, Matthew Brett > wrote: >> >> Hi, >> >> On Wed, Oct 3, 2012 at 10:51 PM, Ralf Gommers >> wrote: >> > >> > >> > On Wed, Oct 3, 2012 at 11:29 PM, Matthew Brett >> > wrote: >> >> >> >> Hi, >> >> >> >> On

Re: [Numpy-discussion] numpy distutils log error with easy_install

2012-10-03 Thread Ralf Gommers
On Thu, Oct 4, 2012 at 12:14 AM, Matthew Brett wrote: > Hi, > > On Wed, Oct 3, 2012 at 10:51 PM, Ralf Gommers > wrote: > > > > > > On Wed, Oct 3, 2012 at 11:29 PM, Matthew Brett > > wrote: > >> > >> Hi, > >> > >> On Wed, Oct 3, 2012 at 10:17 PM, Ralf Gommers > >> wrote: > >> > > >> > > >> > On

Re: [Numpy-discussion] numpy distutils log error with easy_install

2012-10-03 Thread Matthew Brett
Hi, On Wed, Oct 3, 2012 at 10:51 PM, Ralf Gommers wrote: > > > On Wed, Oct 3, 2012 at 11:29 PM, Matthew Brett > wrote: >> >> Hi, >> >> On Wed, Oct 3, 2012 at 10:17 PM, Ralf Gommers >> wrote: >> > >> > >> > On Mon, Oct 1, 2012 at 10:47 PM, Matthew Brett >> > wrote: >> >> >> >> Hi, >> >> >> >> O

Re: [Numpy-discussion] numpy distutils log error with easy_install

2012-10-03 Thread Ralf Gommers
On Wed, Oct 3, 2012 at 11:29 PM, Matthew Brett wrote: > Hi, > > On Wed, Oct 3, 2012 at 10:17 PM, Ralf Gommers > wrote: > > > > > > On Mon, Oct 1, 2012 at 10:47 PM, Matthew Brett > > wrote: > >> > >> Hi, > >> > >> On Mon, Oct 1, 2012 at 9:42 PM, Matthew Brett > >> wrote: > >> > Hi, > >> > > >> >

Re: [Numpy-discussion] numpy distutils log error with easy_install

2012-10-03 Thread Matthew Brett
Hi, On Wed, Oct 3, 2012 at 10:17 PM, Ralf Gommers wrote: > > > On Mon, Oct 1, 2012 at 10:47 PM, Matthew Brett > wrote: >> >> Hi, >> >> On Mon, Oct 1, 2012 at 9:42 PM, Matthew Brett >> wrote: >> > Hi, >> > >> > One of our kind users pointed out an error when using easy_install to >> > install ou

Re: [Numpy-discussion] numpy distutils log error with easy_install

2012-10-03 Thread Ralf Gommers
On Mon, Oct 1, 2012 at 10:47 PM, Matthew Brett wrote: > Hi, > > On Mon, Oct 1, 2012 at 9:42 PM, Matthew Brett > wrote: > > Hi, > > > > One of our kind users pointed out an error when using easy_install to > > install our package nipy. I've reproduced it now on a bare package > > using numpy dis

Re: [Numpy-discussion] numpy distutils log error with easy_install

2012-10-01 Thread Matthew Brett
Hi, On Mon, Oct 1, 2012 at 9:42 PM, Matthew Brett wrote: > Hi, > > One of our kind users pointed out an error when using easy_install to > install our package nipy. I've reproduced it now on a bare package > using numpy distutils and having a trivial extension: > > https://github.com/matthew-br

[Numpy-discussion] numpy distutils log error with easy_install

2012-10-01 Thread Matthew Brett
Hi, One of our kind users pointed out an error when using easy_install to install our package nipy. I've reproduced it now on a bare package using numpy distutils and having a trivial extension: https://github.com/matthew-brett/apkg To reproduce: git clone git://github.com/mathew-brett/apkg.g