Re: [SOLVED] Re: [gentoo-user] python2.4-python2.5-import gtk error

2008-08-13 Thread liu shukui
I have found the similar problem: [EMAIL PROTECTED] ~ $ gnome-about Traceback (most recent call last): File /usr/bin/gnome-about, line 37, in module import gnome ImportError: No module named gnome [EMAIL PROTECTED] ~ $ On Wed, Aug 13, 2008 at 11:41 AM, Ow Mun Heng [EMAIL PROTECTED] wrote:

[gentoo-user] python2.4-python2.5-import gtk error

2008-08-12 Thread Ow Mun Heng
Just upgraded from 2.4 to 2.5 of python and I'm finding that I have issues with importing gtk. I have no idea what is happening and I've tried various methods of upgrading/re-compiling/downgrading pygobject pygtk and python and glib and pycairo and cairo and a whole host of other packages and

Re: [gentoo-user] python2.4-python2.5-import gtk error

2008-08-12 Thread Jan Schneiders
After updating python you always have to run the python updater script: # python-updater (or did you do that already?) On Aug 12, 2008, at 10:43 AM, Ow Mun Heng wrote: Just upgraded from 2.4 to 2.5 of python and I'm finding that I have issues with importing gtk. I have no idea what is

Re: [gentoo-user] python2.4-python2.5-import gtk error

2008-08-12 Thread Ow Mun Heng
On Tue, 2008-08-12 at 16:52 +0800, Jan Schneiders wrote: After updating python you always have to run the python updater script: # python-updater (or did you do that already?) I did and it updated a bunch of stuffs and I've also um-merged 2.4 and then now trying to retrace steps (by

[SOLVED] Re: [gentoo-user] python2.4-python2.5-import gtk error

2008-08-12 Thread Ow Mun Heng
Turns out I was pulling my hair out because of USE flags between 2.4 and 2.5 in 2.4, threads are enabled by default. 2.5, it is a USE flag setting On Tue, 2008-08-12 at 17:31 +0800, Ow Mun Heng wrote: On Tue, 2008-08-12 at 16:52 +0800, Jan Schneiders wrote: After updating python you always