[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 =

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

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

2012-11-21 Thread Terry J. Ligocki
I just checked, numpy.intp is type 'numpy.int64' 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

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 type 'numpy.int64' 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

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