Re: [gentoo-user] pygtk threading disabled at compile time

2008-05-05 Thread Neil Bothwick
On Mon, 5 May 2008 03:32:58 +0300, Daniel Iliev wrote: You might want to try this: echo EXTRA_ECONF=--enable-threads /etc/make.conf emerge -1 dev-python/pygtk That would enable it for all ebuilds. To do it foe one package you have two options. The temporary approach:

Re: [gentoo-user] pygtk threading disabled at compile time

2008-05-05 Thread luis jure
El Mon, 5 May 2008 09:43:07 +0100 Neil Bothwick [EMAIL PROTECTED] escribió: The temporary approach: EXTRA_ECONF=--enable-threads emerge -1 dev-python/pygtk thanks neil and daniel for the tips (always learning something new...). unfortunately it didn't solve my problem. so i finally did emerge

[gentoo-user] pygtk threading disabled at compile time

2008-05-04 Thread luis jure
hello list, recently i began having problems when trying to run gaupol, a subtitle editor. it fails thus: Traceback (most recent call last): File /usr/bin/gaupol, line 18, in module import gaupol.gtk File /usr/lib/python2.5/site-packages/gaupol/gtk/__init__.py, line 44, in module

Re: [gentoo-user] pygtk threading disabled at compile time

2008-05-04 Thread Mick
On Sunday 04 May 2008, luis jure wrote: hello list, recently i began having problems when trying to run gaupol, a subtitle editor. it fails thus: Traceback (most recent call last): File /usr/bin/gaupol, line 18, in module import gaupol.gtk File

Re: [gentoo-user] pygtk threading disabled at compile time

2008-05-04 Thread luis jure
El Sun, 4 May 2008 19:30:25 +0100 Mick [EMAIL PROTECTED] escribió: I assume that you have tried the basics like /usr/sbin/python-updater and revdep-rebuild -X -v -p ? hi, thanks for your answer. yes, i did that, and i did recompile pygtk several times and a few other packages that i could

Re: [gentoo-user] pygtk threading disabled at compile time

2008-05-04 Thread Daniel Iliev
On Sun, 4 May 2008 08:49:23 -0300 luis jure [EMAIL PROTECTED] wrote: ebuild doesn't have an USE option for threads, and when it compiles i see the option --enable-threads flashing by, so i guess pygtk *should* have threads enabled. any ideas? best, lj Hi, You might want to try this: