Re: [Matplotlib-users] segfault with TkAgg and any GUI in 2.5

2007-03-28 Thread John Hunter
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

Re: [Matplotlib-users] segfault with TkAgg and any GUI in 2.5

2007-03-28 Thread Nadia Dencheva
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

Re: [Matplotlib-users] segfault with TkAgg and any GUI in 2.5

2007-03-27 Thread Eric Firing
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

[Matplotlib-users] segfault with TkAgg and any GUI in 2.5

2007-03-27 Thread Matt Beal
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 know the solution to this probl