Hi,

I've been building matplotlib 0.87.7 on a 10.4.7 OS X system, with   
Universal Python 2.4.3 from pythonmac.org. I've been following  
instructions at

http://sourceforge.net/mailarchive/message.php?msg_id=36901627

to create a universal library, downloading and compiling my own  
libpng and libfreetype. I don't have GTK or wxPython, so the backend  
is Tk by default.

Matplotlib will crash on show() [a white window will briefly show,  
and then disappear] as in

import pylab
pylab.plot([1,2,3])
pylab.show()

with

alloc: invalid block: 0xabc3fc9c: 9b 8 0
Abort trap

I think I'm using the "system" Tk (but how to check?)

Any input welcome... I suppose I could get other backends, but I  
would be interested in figuring this out with Tk.

Michele

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to