Is pygtk for gtk1.2 and for gtk2 set up to coexist nicely for the same version of python?
gtk1.2 and gtk2 co-exist nicely, but I'm not certain the two versions of pygtk can. The main reason I'm asking is I noticed the new Red Hat beta only contains pygtk2 and I've got a number of personal apps I've written using pygtk for gtk1.2 and don't have time to update them now, but would like to write a new app using pygtk for gtk2 (I have yet to do anything with gtk2). The simplest, but not ideal IMO, solution I found was to install pygtk for gtk 1.2 in /usr/local/lib/python2.2/site-packages and then insert that in my PYTHONPATH when I wanted to use gtk1.2 although python is in /usr/lib/python2.2 Thanks, Dave _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
