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

2008-04-14 Thread Christopher Barker
Sorry I didn't chime in sooner, as I'm pretty sure i know exactly what the problem is, and I should have reported it a couple weeks ago when I found it. > Matplotlib aside, you might want to make sure you installed the > Unicode version of wxWidgets, and reinstall it if necessary. Actually, thi

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,

[Matplotlib-users] saving PNG graphics on mac

2008-04-12 Thread Gideon Simpson
For some reason when trying to save in PNG format on OS X 10.5.2, a window pops up with the error: Matplotlib backend_wx error cannot return std::string from Unicode object This is with the simple scipy demo at http://www.scipy.org/Cookbook/OptimizationDemo1 Gideon Simpson Department of Ap