[pygtk] pygtk import problem

2003-01-18 Thread Jay Graves
I have 2 Debian (sid) machines both have python2.2 and the latest python2.2-gtk2 python2.2-gnome2 and python2.2-glade2 packages installed. On machine 1 I can import pygtk pygtk.require('2.0') import gtk no problem, works great. However on machine 2 the same code fails on the import gtk I get a

Re: [pygtk] Problems with gdkpixbuf

2003-01-18 Thread Robert Lowe
Christian Reis wrote: On Tue, Jan 14, 2003 at 10:52:50PM -0600, Robert Lowe wrote: images from files. So I looked in the faq and it said to import a module called gdkpixbuf. Now, when I attempt this, python cannot find The gdkpixbuf module was a PyGTK-1 hint. I've updated the FAQ: