On 3/28/07, Nadia Dencheva <[EMAIL PROTECTED]> wrote:
> Numarray does not work with Python 2.5 on 64 bit Linux.
> If this is a 64 bit Linux machine try using numpy instead.
If this doesn't help, here are the generic "segfault" instructions::
# How to diagnose where a segfault is occurring
First
Numarray does not work with Python 2.5 on 64 bit Linux.
If this is a 64 bit Linux machine try using numpy instead.
Nadia Dencheva
Matt Beal wrote:
> Having upgraded to 2.5, I get a segfault when running a very simple plot
> script (test.py) at the show() function. Prior to show() I can save to
Matt Beal wrote:
> Having upgraded to 2.5, I get a segfault when running a very simple plot
> script (test.py) at the show() function. Prior to show() I can save to
> file and the result looks good. The GUI is crashing on show().
>
> Any suggestions to fix welcome (I'm guessing many of you kn