|
From: John H. <jdh...@ac...> - 2003-10-01 14:49:47
|
>>>>> "Michael" == Michael Thompson <Mic...@s3...> writes:
Michael> try: import pygtk pygtk.require('2.0') except: pass
Michael> I'm running redhat 8.0 and have these versions of pygtk
Michael> installed.
Michael> [root@arne root]# rpm -qa | grep pygtk pygtk2-1.99.12-7
Michael> pygtk2-libglade-1.99.12-7
Thanks for the info. matplotlib officially requires pygtk-1.99.16
which is where the require('2.0') thing comes from, but this has
caused a number of redhat users a lot of grief so I need to make the
changes you suggest to backport to earlier versions. I'm curious to
know if with these changes all of the demos run on the default RHL8
install. If you get a chance to run a number of them, let me know and
I'll update the web page.
John Hunter
|