Re: [Matplotlib-users] matplotlib on remote host Mac OS/X

2009-02-18 Thread Davide Lazzati
backend requires pygtk to be installed. On Tue, Feb 17, 2009 at 1:11 PM, Jeff Whitaker wrote: > Davide Lazzati wrote: >> >> On Mon, Feb 16, 2009 at 8:13 PM, Jeff Whitaker wrote: >> >>> >>> Davide Lazzati wrote: >>> >>>> >>>>

Re: [Matplotlib-users] matplotlib on remote host Mac OS/X

2009-02-17 Thread Davide Lazzati
On Mon, Feb 16, 2009 at 8:13 PM, Jeff Whitaker wrote: > Davide Lazzati wrote: >> >> Hi, >> >> I'm trying to rum python and matlpotlib on a remote mac host from my >> mac laptop. Both have Mac OS/X 10.5.6 and I'm using ssh -Y ... >> >> Howe

[Matplotlib-users] matplotlib on remote host Mac OS/X

2009-02-16 Thread Davide Lazzati
Hi, I'm trying to rum python and matlpotlib on a remote mac host from my mac laptop. Both have Mac OS/X 10.5.6 and I'm using ssh -Y ... However, the graphic window does not appear and, when I run p.show() everything gets stuck. Any insight? Thanks