Re: [Numpy-discussion] Crash using "reshape"...

2012-11-21 Thread Sebastian Berg
Hey, On Wed, 2012-11-21 at 01:12 -0800, Terry J. Ligocki wrote: > I am having a problem with "reshape" crashing: > > python > Python 2.6.4 (r264:75706, Jan 16 2010, 21:11:47) > [GCC 4.3.2] on linux2 > Type "help", "copyright", "credits" or "license" for more >

Re: [Numpy-discussion] Crash using "reshape"...

2012-11-21 Thread Francesc Alted
On 11/21/12 11:25 AM, Terry J. Ligocki wrote: > I just checked, "numpy.intp" is "" in my > installation of Python and NumPy. It was a good thing to check but it > looks like there's still may be a signed 32-bit integer somewhere in > the code (or my build(s))... Okay. I can reproduce that too

Re: [Numpy-discussion] Crash using "reshape"...

2012-11-21 Thread Terry J. Ligocki
I just checked, "numpy.intp" is "" in my installation of Python and NumPy. It was a good thing to check but it looks like there's still may be a signed 32-bit integer somewhere in the code (or my build(s))... Terry J. On 11/21/12 10:12 AM, Terry J. Ligocki wro

Re: [Numpy-discussion] Crash using "reshape"...

2012-11-21 Thread Francesc Alted
On 11/21/12 10:12 AM, Terry J. Ligocki wrote: > I am having a problem with "reshape" crashing: > > > python > Python 2.6.4 (r264:75706, Jan 16 2010, 21:11:47) > [GCC 4.3.2] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import numpy >

[Numpy-discussion] Crash using "reshape"...

2012-11-21 Thread Terry J. Ligocki
I am having a problem with "reshape" crashing: > python Python 2.6.4 (r264:75706, Jan 16 2010, 21:11:47) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import numpy >>> numpy.version.version '1.6.2' >>> npData = numpy.o