> 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
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
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)
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
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
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