On 24 March 2003, Erik Williamson said:
> I'm currently writing an application that needs to run on all releases
> of RedHat from 7.0 to 8.0. My problem is that I'd like to write it
> using pygtk2 - but take a look at what comes with the various releases:
Har-har, good luck. I suspect you'll either have to:
* provide your own RPMs (preferably Python 2.2 and pygtk 1.99.x)
for RH 7.x, or
* use Tkinter
I've just made the switch from pygtk 0.6 to 1.99, and while it wasn't
too much bother for my little 300-line program, I suspect it would be a
very big bother to write code that works with both versions. pygtk's
namespace has changed completely with 1.99.x.
Greg
--
Greg Ward <[EMAIL PROTECTED]> http://www.gerg.ca/
And now for something completely different.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/