Re: [Matplotlib-users] segfault with Tkagg

2008-02-27 Thread LB
> I have had a similar problem here with python-2.5.1, numpy-1.0.4 and > mpl-0.91.2 all installed on my linux (from scratch) system. I reported > this last year but ending in a dead end with no one being able to help. Okay, that's not very encouraging. I would have thought that a segmentation fa

Re: [Matplotlib-users] segfault with Tkagg

2008-02-27 Thread Wayne E. Harlan
I have had a similar problem here with python-2.5.1, numpy-1.0.4 and mpl-0.91.2 all installed on my linux (from scratch) system. I reported this last year but ending in a dead end with no one being able to help. My --verbose-debug_annoying output seemed to indicate it had something to do with

Re: [Matplotlib-users] segfault with Tkagg

2008-02-26 Thread LB
I'm still investigating for my segmentation fault pb with matplotlib and Tkagg, but now, I have no more idea. Here is a summary of my investigations : = CONFIGURATION = I'm trying to make a local installation of the following programs on a GNU/Linux i686 (32 bits)

[Matplotlib-users] segfault with Tkagg

2008-02-25 Thread BL
Hi, I've made a local installation of python2.5, numpy 1.0.4 and matplotlib 0.91.2. I didn't see any pb during compilation, but when I try to show a figure, I received SIGSEGV. You will find attached to this mail the log of my installation, and a backtrace of a segfault in gdb, I don't know i

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