[Matplotlib-users] CocoaAgg backend status?

2007-12-05 Thread Stephen Uhlhorn
I was just wondering what the status of the CocoaAgg backend is since there is not much info available. Can it be used interactively w/ipython? Can it be used to embed mpl in a cocoa app and take advantage of all the xcode/interface builder stuff in OS X? Thanks- -stephen

Re: [Matplotlib-users] eggs or pythonmac packages on OS X?

2007-12-05 Thread Stephen Uhlhorn
On Dec 4, 2007 5:14 PM, Russell E. Owen [EMAIL PROTECTED] wrote: If you use Tcl/Tk and use a current version (instead of the ancient version that is built in) then use the packages at pythonmac. I just built 0.91.1 today and it should show up there soon. Meanwhile you can get it from here:

Re: [Matplotlib-users] CocoaAgg backend status?

2007-12-05 Thread Stephen Uhlhorn
Thanks for the background Barry. I was asking because I have a bit of image processing/analysis code (numpy/mpl/pil) that I would like to build a GUI front-end for. As I am a recent convert to the osx world, I thought it would be very slick to be able to do this with the xcode/IB tools. Since

Re: [Matplotlib-users] Matplotlib 0.90.0 on OS-X with wxPython2.8.3

2007-04-13 Thread Stephen Uhlhorn
One more question: What impact does disabling the accelerator have? Will this slow down plotting in some situations? -stephen On 4/12/07, Christopher Barker [EMAIL PROTECTED] wrote: Stephen Uhlhorn wrote: Just to be clear, the installation order is: 1) install python2.5 from macpython

Re: [Matplotlib-users] Matplotlib 0.90.0 on OS-X with wxPython2.8.3

2007-04-12 Thread Stephen Uhlhorn
Do I need to manually remove _wxagg.so in order to use the new packages? Thanks Chris! -stephen On 4/11/07, Christopher Barker [EMAIL PROTECTED] wrote: Hi all, I've got the MPL 0.90.0 installer on pythonmac working OK with: Python2.5 wxPython2.8.3 I accomplished this by removing:

Re: [Matplotlib-users] Matplotlib 0.90.0 on OS-X with wxPython2.8.3

2007-04-12 Thread Stephen Uhlhorn
Just to be clear, the installation order is: 1) install python2.5 from macpython. 2) remove wxagg.so 3) install wxpython frim macpython 4) install numpy/mpl from macpython Correct? -stephen On 4/12/07, Christopher Barker [EMAIL PROTECTED] wrote: Stephen Uhlhorn wrote: Do I need to manually

Re: [Matplotlib-users] problems building/installing

2007-04-10 Thread Stephen Uhlhorn
Hello Simon- I have experimented with every conceivable python/numpy/mpl permutation on mac os and I will second Chris Barker's recommendation. Use the pythonmac.org packages with the wx backend. Choose whichever version of wx and python that is best supported my the mpl version. I use mpl v

[Matplotlib-users] Fwd: matplotlib can't find pygtk during build

2007-02-05 Thread Stephen Uhlhorn
Sorry for the forward... I wanted to make sure this made it to the list. -- Forwarded message -- From: Stephen Uhlhorn [EMAIL PROTECTED] Date: Feb 4, 2007 8:02 AM Subject: Re: [Matplotlib-users] matplotlib can't find pygtk during build To: Christopher Barker [EMAIL PROTECTED

Re: [Matplotlib-users] matplotlib can't find pygtk during build

2007-02-05 Thread Stephen Uhlhorn
Hmm... After the long discussion I'm trying to decide what the best route is. If what I want is simply a stable scipy/matplotlib installation (OS X), what is the best (most stable and predictable) method? BTW- What is wrong with the ActiveState python installation? It was recommended on the scipy

[Matplotlib-users] matplotlib can't find pygtk during build

2007-02-03 Thread Stephen Uhlhorn
I'm trying to build matplotlib with the GTK/GTKAgg backends but it won't find my copy of pygtk: mrhanky:/usr/local/src/matplotlib-0.87.7 uley$ sudo python setup.py build GTK requires pygtk GTKAgg requires pygtk running build running build_py creating build ... I followed the