Re: [Matplotlib-users] tkinter segv under opensuse 10.3

2008-05-14 Thread Malte Marquarding
Hi Attached is the the patch. It uses stringstream, so I don't know if it will work on all platforms. I am not a windows person ;-) I didn't read your email properly about the existence of "atoll", so as I am a c++er I am a bit more comfortable with stringstream. Cheers, Malte. _tkagg.c

Re: [Matplotlib-users] [ExternalEmail] Re: tkinter segv under opensuse 10.3

2008-05-14 Thread Malte Marquarding
)'s to stringstream, we are c++ er's anyway. I will check out the svn and send a patch. Where do I send it to? Cheers, Malte On 15/05/2008, at 8:40 AM, Malte Marquarding wrote: > Hi, > > unfortunately 32-bit ;-) I tried digging around, but I don't know > much about t

Re: [Matplotlib-users] tkinter segv under opensuse 10.3

2008-05-14 Thread Malte Marquarding
quot;atoll", recompile > and see what happens? Do you get any warnings during compilation > of _tkagg.cpp? > > Failing that, it would be useful, I suppose, to print out "argv[4]" > from the debugger. > > Thanks for helping with this. Hopefully we're hon

Re: [Matplotlib-users] tkinter segv under opensuse 10.3

2008-05-13 Thread Malte Marquarding
Hi, The segv also occurs in matplotlib-0.90.1. A clean build doesn't help. Here is the gdb output, looks like something is pointing into nirvana.. (gdb) p bboxo $1 = (gdb) p bbox $2 = (Bbox *) 0x7ffb (gdb) p bbox->_ll Cannot access memory at address 0x7ffb Cheers, Malte On 13/05/2008,

[Matplotlib-users] tkinter segv under opensuse 10.3

2008-05-12 Thread Malte Marquarding
Hi, I had a look through the archives but couldn't find an answer to this. Using the tkagg backend (agg is fine) I get a segmentation fault doing a simple plot. gdb returns the following: 362 Point* ll_api() {return _ll;} Current language: auto; currently c++ (gdb) bt #0 0xb6fc1bac in P

Re: [Matplotlib-users] 0.91.2 Binary for OS-X 10.4?

2008-02-28 Thread Malte Marquarding
Hi, Not that it helps you, but I have a created python2.4 egg. matplotlib-0.91.2-py2.4-macosx-10.4-fat.egg It is build against numpy-1.0.4 and with the TkAgg backend. Is there some way of contributing it to the larger community. Cheers, Malte Christopher Barker wrote: > Hi all, > > I notice