GNU bug report logs - #30122
python-pygobject with gtk+ broken.

Previous Next

Package: guix;

Reported by: Fis Trivial <ybbs.daans <at> hotmail.com>

Date: Mon, 15 Jan 2018 13:17:01 UTC

Severity: normal

Done: zimoun <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 30122-done <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: Fis Trivial <ybbs.daans <at> hotmail.com>
Cc: 30122-done <at> debbugs.gnu.org
Subject: Re: bug#30122: python-pygobject with gtk+ broken.
Date: Tue, 17 Aug 2021 23:46:13 +0200
Hi,

On Mon, 05 Jul 2021 at 15:18, zimoun <zimon.toutoune <at> gmail.com> wrote:
> On Mon, 15 Jan 2018 at 13:15, Fis Trivial <ybbs.daans <at> hotmail.com> wrote:
>
>> * Steps to reproduce:
>> Install python-pygobject with guix: `guix package -i python-pygobject`
>> Install gtk+ with guix: `guix package -i gtk+`
>>
>> $ python
>>>>> from gi.repository import Gtk
>>
>> * Full message
>>
>> Python 3.5.3 (default, Jan  1 1970, 00:00:01)
>> [GCC 5.4.0] on linux
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> from gi.repository import Gtk
>> /home/fis/.guix-profile/lib/python3.5/site-packages/gi/module.py:178: Warning: cannot register existing type 'AtkImplementorIface'
>
> [...]
>
>> TypeError: must be an interface
>>>>>
>
> Using Guix 3694c0d, it seems to work.
>
> guix environment --ad-hoc gtk+ python-pygobject python -- python3
>
> Python 3.8.2 (default, Jan  1 1970, 00:00:01)
> [GCC 7.5.0] on linux
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import gi
>>>> gi.require_version('Gtk', '3.0')
>>>> from gi.repository import Gtk
>>>>

I am closing.  If I miss something, feel free to reopen.


All the best,
simon




This bug report was last modified 3 years and 338 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.