Re: [Matplotlib-users] matplotlib-0.98.5.3.win32-py2.6.exe (Stephen George)

2009-07-14 Thread Stephen George
Hi Jon, To clarify, I think you need to read Christoph Gohlke original message (7/7/2009) to me to put my response into context: > Hi Steve, > > matplotlib-0.98.5.3.win32-py2.6.exe was compiled without support for GTK. > > If you don't mind trying, I have a build of the matplotlib trunk > availa

Re: [Matplotlib-users] matplotlib-0.98.5.3.win32-py2.6.exe (Stephen George)

2009-07-14 Thread Jon Roadley-Battin
Question is however, are you using the GTK backend? ie from matplotlib.backends.backend_gtkagg import FigureCanvasGTKAgg as FigureCanvas from matplotlib.backends.backend_gtkagg import NavigationToolbar2GTKAgg as NavigationToolbar backend_gtkagg then imports matplotlib.backends._gtkagg For matplot

Re: [Matplotlib-users] matplotlib-0.98.5.3.win32-py2.6.exe

2009-07-13 Thread Stephen George
Hi Christoph, Sorry for my delay to get back to you. The svn version seems to work fine with GTK support, at least my application had no problems running The versions I tested with are as follows: python version: 2.6.0 final 0 numpy version: 1.3.0 matplotlib version: 0.98.6svn g

Re: [Matplotlib-users] matplotlib-0.98.5.3.win32-py2.6.exe

2009-07-11 Thread Christoph Gohlke
There are no obvious problems with the toolbar icons on my system (Python 2.6.2 32-bit, PyGTK 2.12, PyCairo 1.4.12, GTK 2.12.11, Vista 64-bit). Christoph On 07/11/2009 20:21, John Hunter wrote: > On Sat, Jul 11, 2009 at 6:54 PM, Christoph Gohlke wrote: >> Index: lib/matplotlib/backends/backend

Re: [Matplotlib-users] matplotlib-0.98.5.3.win32-py2.6.exe

2009-07-11 Thread John Hunter
On Sat, Jul 11, 2009 at 6:54 PM, Christoph Gohlke wrote: > > Index: lib/matplotlib/backends/backend_gtk.py > === > --- lib/matplotlib/backends/backend_gtk.py      (revision 7257) > +++ lib/matplotlib/backends/backend_gtk.py      (worki

Re: [Matplotlib-users] matplotlib-0.98.5.3.win32-py2.6.exe

2009-07-11 Thread Christoph Gohlke
Index: lib/matplotlib/backends/backend_gtk.py === --- lib/matplotlib/backends/backend_gtk.py (revision 7257) +++ lib/matplotlib/backends/backend_gtk.py (working copy) @@ -1148,7 +1148,7 @@ # versions of pygtk, so we have t

Re: [Matplotlib-users] matplotlib-0.98.5.3.win32-py2.6.exe

2009-07-11 Thread John Hunter
On Mon, Jul 6, 2009 at 9:35 PM, Christoph Gohlke wrote: > Hi Steve, > > matplotlib-0.98.5.3.win32-py2.6.exe was compiled without support for GTK. > > If you don't mind trying, I have a build of the matplotlib trunk > available on my homepage that has GTK support enabled: > > http://www.lfd.uci.edu/

Re: [Matplotlib-users] matplotlib-0.98.5.3.win32-py2.6.exe

2009-07-06 Thread Christoph Gohlke
Hi Steve, matplotlib-0.98.5.3.win32-py2.6.exe was compiled without support for GTK. If you don't mind trying, I have a build of the matplotlib trunk available on my homepage that has GTK support enabled: http://www.lfd.uci.edu/~gohlke/#pythonlibs It should work with the PyGTK 2.12 Windows bina

[Matplotlib-users] matplotlib-0.98.5.3.win32-py2.6.exe

2009-07-01 Thread Stephen George
Hi, I just downloaded matplotlib-0.98.5.3.win32-py2.6.exe from sourceforge. I have an existing Application that works fine with python : 2.5.4 final 0 pyGTK: 2.12.1 GTK+ : 2.14.7 numpy: 1.2.1 matplotlib : 0.98.5.2 Now I am trying the same App on python version