Re: [matplotlib-devel] plt.figure() causes crash on OS X 10.5.7, Py26 binaries

2009-09-23 Thread David Warde-Farley
(reply-all this time, I'm too used to scipy.org's reply-to munging) On 18-Sep-09, at 9:36 PM, John Hunter wrote: > On Fri, Sep 18, 2009 at 7:01 PM, Andrew Straw > wrote: > >> Maybe the MPL binary was built with a numpy svn version that had API >> incompatibilities with numpy releases? > > I bu

Re: [matplotlib-devel] plt.figure() causes crash on OS X 10.5.7, Py26 binaries

2009-09-18 Thread John Hunter
On Fri, Sep 18, 2009 at 7:01 PM, Andrew Straw wrote: > Maybe the MPL binary was built with a numpy svn version that had API > incompatibilities with numpy releases? I built the python2.6 OSX 0.99.1rc1 binary with the numpy from the 1.3.0 dmg installer from the sf site, intentionally not using my

Re: [matplotlib-devel] plt.figure() causes crash on OS X 10.5.7, Py26 binaries

2009-09-18 Thread Andrew Straw
David Warde-Farley wrote: > On 18-Sep-09, at 6:42 PM, David Warde-Farley wrote: > >> File "/Library/Frameworks/Python.framework/Versions/2.6/lib/ >> python2.6/site-packages/ipython-0.10-py2.6.egg/IPython/Shell.py", line >> 627, in __init__ >> user_ns,user_global_ns,b2 = >> self._matplotlib

Re: [matplotlib-devel] plt.figure() causes crash on OS X 10.5.7, Py26 binaries

2009-09-18 Thread David Warde-Farley
On 18-Sep-09, at 6:42 PM, David Warde-Farley wrote: > File "/Library/Frameworks/Python.framework/Versions/2.6/lib/ > python2.6/site-packages/ipython-0.10-py2.6.egg/IPython/Shell.py", line > 627, in __init__ > user_ns,user_global_ns,b2 = > self._matplotlib_config(name,user_ns,user_global_ns) >

Re: [matplotlib-devel] plt.figure() causes crash on OS X 10.5.7, Py26 binaries

2009-09-18 Thread David Warde-Farley
On 18-Sep-09, at 6:09 PM, John Hunter wrote: > Could you try the 99.1rc release candidate linked to in the "news" > box on the mpl homepage? I did fix some link problems in the osx > binaries since 0.99.0. Just tried, unfortunately it doesn't seem to like my setup either: RuntimeError: FATA

Re: [matplotlib-devel] plt.figure() causes crash on OS X 10.5.7, Py26 binaries

2009-09-18 Thread John Hunter
Could you try the 99.1rc release candidate linked to in the "news" box on the mpl homepage? I did fix some link problems in the osx binaries since 0.99.0. On Sep 18, 2009, at 4:53 PM, David Warde-Farley wrote: > Using the binaries at matplotlib.sf.net: > > > d...@strafe:~$ ipython -pyla

[matplotlib-devel] plt.figure() causes crash on OS X 10.5.7, Py26 binaries

2009-09-18 Thread David Warde-Farley
Using the binaries at matplotlib.sf.net: d...@strafe:~$ ipython -pylab Python 2.6.2 (r262:71600, Apr 16 2009, 09:17:39) Type "copyright", "credits" or "license" for more information. IPython 0.10 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %qu