Re: [Matplotlib-users] saving PNG graphics on mac

2008-04-13 Thread Gideon Simpson
Yea, I've been using 4.0 compilers along with the Apple installation of Python. I'll try out your suggestions. -gideon On Apr 13, 2008, at 8:41 PM, Joshua Lippai wrote: > I know I had some matplotlib trouble in terms of compiling on OS X > Leopard before I changed the Makefile inside > > /Libr

Re: [Matplotlib-users] saving PNG graphics on mac

2008-04-13 Thread Joshua Lippai
wxPython, rather. Josh On Sun, Apr 13, 2008 at 5:41 PM, Joshua Lippai <[EMAIL PROTECTED]> wrote: > I know I had some matplotlib trouble in terms of compiling on OS X > Leopard before I changed the Makefile inside > > /Library/Frameworks/Python.framework/Versions/Current/lib/python2.5/config/ >

Re: [Matplotlib-users] saving PNG graphics on mac

2008-04-13 Thread Joshua Lippai
I know I had some matplotlib trouble in terms of compiling on OS X Leopard before I changed the Makefile inside /Library/Frameworks/Python.framework/Versions/Current/lib/python2.5/config/ If you're on an Intel Mac, try downloading the beta Apple GCC 4.2 from http://developer.apple.com and alter t

Re: [Matplotlib-users] saving PNG graphics on mac

2008-04-13 Thread Gideon Simpson
I don't see any error when I run python setup.py build for matplotlib. It seems to identify everything it needs. -gideon On Apr 13, 2008, at 10:35 AM, Joshua Lippai wrote: > Are you sure you built pylab correctly? See if you can find something > suspicious in the build dialog. I had this error

Re: [Matplotlib-users] saving PNG graphics on mac

2008-04-13 Thread Joshua Lippai
Are you sure you built pylab correctly? See if you can find something suspicious in the build dialog. I had this error once a long time ago, but at some point since then a rebuild of everything fixed it. In the mean time, using savefig will still work even if the GUI button doesn't. Josh On Sat,