Re: [Matplotlib-users] os x backends

2007-06-01 Thread Matthew Auger
I think we want to keep matplotlib associated with the OS X Framework install of python; if we installed the macports version, am I correct in assuming that we could just dump the resulting python modules (eg. gtk, tkinter, and matplotlib) into the Framework install's site-packages dir (or more

Re: [Matplotlib-users] os x backends

2007-06-01 Thread Jochen Küpper
On 31.05.2007, at 20:34, Jeff Whitaker wrote: The fink matplotlib package uses GTKAgg as the default backend, and works fine over an ssh tunnel. The admin will have to: 0) make sure X11.app (and the X11 SDK) is installed. 1) install fink 2) run 'fink selfupdate' 3) run 'fink install matplotlib

Re: [Matplotlib-users] os x backends

2007-05-31 Thread Jeff Whitaker
Matthew Auger wrote: > I've recently needed to use matplotlib remotely from a 'server' running OS > X. The server does not have GTK on it, and the server's version of Tk is > bound to Aqua instead of X11 and I therefore can't remotely spawn a > matplotlib GUI window. > > My question: Does anyone

[Matplotlib-users] os x backends

2007-05-31 Thread Matthew Auger
I've recently needed to use matplotlib remotely from a 'server' running OS X. The server does not have GTK on it, and the server's version of Tk is bound to Aqua instead of X11 and I therefore can't remotely spawn a matplotlib GUI window. My question: Does anyone know of an *easy* way to get a