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