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> gobject.threads_init()
RuntimeError: pygtk threading disabled at compile time
yesterday i installed deluge (a bittorrent client) and it crashes with
the same error:
File "/usr/lib/python2.5/site-packages/deluge/interface.py", line
1041, in start gobject.threads_init()
RuntimeError: pygtk threading disabled at compile time
i searched the web but i couldn't find anything useful. supposedly this
happens when pygtk is compiled without threads support, but the 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
--
gentoo-user@lists.gentoo.org mailing list
05-04-2008, 06:30 PM
Mick
pygtk threading disabled at compile time
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 "/usr/lib/python2.5/site-packages/gaupol/gtk/__init__.py", line
> 44, in <module> gobject.threads_init()
> RuntimeError: pygtk threading disabled at compile time
>
>
> yesterday i installed deluge (a bittorrent client) and it crashes with
> the same error:
>
> File "/usr/lib/python2.5/site-packages/deluge/interface.py", line
> 1041, in start gobject.threads_init()
> RuntimeError: pygtk threading disabled at compile time
>
> i searched the web but i couldn't find anything useful. supposedly this
> happens when pygtk is compiled without threads support, but the 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?
I assume that you have tried the basics like /usr/sbin/python-updater and
revdep-rebuild -X -v -p ?
--
Regards,
Mick
05-04-2008, 08:09 PM
luis jure
pygtk threading disabled at compile time
El Sun, 4 May 2008 19:30:25 +0100
Mick <michaelkintzios@gmail.com> 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 think could be
related, just in case. in fact i asked the list before doing the last i
could think of, that is emerge -e pygtk (well, the last i can think of
is reinstalling the whole system...)
--
gentoo-user@lists.gentoo.org mailing list
05-05-2008, 12:32 AM
Daniel Iliev
pygtk threading disabled at compile time
On Sun, 4 May 2008 08:49:23 -0300
luis jure <ljc@internet.com.uy> 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