Re: [Matplotlib-users] CVS ?

2007-10-03 Thread Wayne E. Harlan
Eric: First thanks for all the help. Here's the scoop after I replied to your earlier post. I thought a bit about the sense of where you were going (it always helps to think a bit). So I decided to try compiling matplotlib with the GTK backend instead of Tk. I have gtk-2.11.5. So I did s

Re: [Matplotlib-users] CVS ?

2007-10-03 Thread Eric Firing
Wayne, Segfaults are generally caused by problems in extension code or libraries. The fact that the plotting works with a non-gui backend indicates that the problem is not in matplotlib's transform or Agg extension code, or in the bits of numpy code that get used along the way. I was pretty

Re: [Matplotlib-users] CVS ?

2007-10-03 Thread Wayne E. Harlan
Eric Firing wrote: Wayne, I'm stumped. Do you get a segfault only with the gui backend? Can you you do this: import matplotlib matplotlib.use('Agg') import pylab pylab.plot([1,2,3]) pylab.savefig('test.png') Eric OK, this worked. I have attached the test,png file that resulted. But

Re: [Matplotlib-users] CVS ?

2007-10-03 Thread Michael Droettboom
I'll second Eric's suggestion. It might also help to have a backtrace from gdb in addition to your strace output. Cheers, Mike Wayne E. Harlan wrote: > Eric Firing wrote: >> If a straightforward plotting sequence, such as one of the examples, >> does this, then it sounds like a broken installa

Re: [Matplotlib-users] CVS ?

2007-10-03 Thread Eric Firing
Wayne, I'm stumped. Do you get a segfault only with the gui backend? Can you you do this: import matplotlib matplotlib.use('Agg') import pylab pylab.plot([1,2,3]) pylab.savefig('test.png') Eric Wayne E. Harlan wrote: > Eric Firing wrote: >> If a straightforward plotting sequence, such as o

Re: [Matplotlib-users] CVS ?

2007-10-02 Thread Wayne E. Harlan
Eric Firing wrote: If a straightforward plotting sequence, such as one of the examples, does this, then it sounds like a broken installation, not a matplotlib bug. Based on your comment above, here are my particulars: 1) System is LinuxFromScratch recently built from their SVN book:

Re: [Matplotlib-users] CVS ?

2007-10-02 Thread Eric Firing
Wayne E. Harlan wrote: > I have a serious problem with my Linux installation of matplotlib. It > segfaults after a very brief display of a plot window outline (no actual > plot within it). Before presenting the details of my problem, I would If a straightforward plotting sequence, such as one

Re: [Matplotlib-users] CVS ?

2007-10-01 Thread Jouni K . Seppänen
"Wayne E. Harlan" <[EMAIL PROTECTED]> writes: > I cannot find any references to CVS in any of the Matplotlib web pages The code is in a Subversion repository: http://sourceforge.net/svn/?group_id=80706 (You probably want to add "/trunk" to the URL as mentioned in the "warning" paragraph.) > It

[Matplotlib-users] CVS ?

2007-10-01 Thread Wayne E. Harlan
I have a serious problem with my Linux installation of matplotlib. It segfaults after a very brief display of a plot window outline (no actual plot within it). Before presenting the details of my problem, I would like to download the latest CVS version to make sure this hasn't been fixed alre