[Matplotlib-users] gtk not working

2006-11-27 Thread Adam Miller
Hi, I'm trying to build FC4 i386 and x86_64 rpms of matplotlib-0.87.7 with GTK and/or GTKAgg backends. Install Environment: FC4 i386 gtk+-devel-1.2.10-39 gtk+-1.2.10-39 numpy-1.0-1 numpy-debuginfo-1.0-1 pygtk2-2.6.2-0.fc4.4 pygtk2-devel-2.6.2-0.fc4.4 pygtk2-libglade-2.6.2-0.fc4.4 X11 is cur

Re: [Matplotlib-users] gtk not working

2006-11-21 Thread Adam Miller
Hi, It is correct that the machine I'm building on does not have X11 running, though it is installed. I can, however, enter python and import gtk without error. [EMAIL PROTECTED] examples]# python Python 2.4.1 (#1, May 16 2005, 15:15:14) [GCC 4.0.0 20050512 (Red Hat 4.0.0-5)] on linux2 Type

Re: [Matplotlib-users] gtk not working

2006-11-21 Thread John Hunter
> "Adam" == Adam Miller <[EMAIL PROTECTED]> writes: Adam> Hi, It is correct that the machine I'm building on does not Adam> have X11 running, though it is installed. I can, however, Adam> enter python and import gtk without error. Adam> [EMAIL PROTECTED] examples]# python Pyt