On Thu, 22 Apr 2004 06:19:53 -0400, wil snyder wrote: Since you didn't get past the "import gtk" line, my guess would be the rpm package "pygtk2" is inconsistent. Perhaps you tried to install a newer version, but failed? Fortunately, it's not too hard to verify this on an RedHat system:
rpm -V gtk2 rpm -V pygtk2 The "verify" command will list the files in the package that's been modified. If the files of pygtk2 is indeed modified, grab the original RedHat rpm, ex: http://mirrors.kernel.org/redhat/redhat/linux/9/en/os/i386/RedHat/RPMS/pygtk2-1.99.14-4.i386.rpm and try running pygtk-demo. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
