From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Python package gaupol: Namespace Gdk not available Date: Sun, 24 Jun 2018 00:27:14 +0200 Message-ID: <87tvptuojh.fsf@gnu.org> References: <8736xdbah2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWr01-0004hz-1E for guix-devel@gnu.org; Sat, 23 Jun 2018 18:27:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fWr00-0000wN-6J for guix-devel@gnu.org; Sat, 23 Jun 2018 18:27:17 -0400 In-Reply-To: <8736xdbah2.fsf@gmail.com> (Pierre Neidhardt's message of "Sat, 23 Jun 2018 20:53:45 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: "guix-devel@gnu.org" Hi Pierre, Pierre Neidhardt skribis: >> /gnu/store/gh44n7nfc7x3w8bbmq5l1glvlvycymdw-gaupol-1.4/bin/gaupol=20 > Traceback (most recent call last): > File "/gnu/store/gh44n7nfc7x3w8bbmq5l1glvlvycymdw-gaupol-1.4/bin/.gaupo= l-real", line 17, in > import gaupol > File "/gnu/store/gh44n7nfc7x3w8bbmq5l1glvlvycymdw-gaupol-1.4/lib/python= 3.6/site-packages/gaupol/__init__.py", line 34, in > gi.require_version("Gdk", "3.0") > File "/gnu/store/7p24q6jbkzwp7cp44543mi9zzn4czgig-python-pygobject-3.28= .2/lib/python3.6/site-packages/gi/__init__.py", line 130, in require_version > raise ValueError('Namespace %s not available' % namespace) > ValueError: Namespace Gdk not available Could it be that you need to set GI_TYPELIB_PATH? See =E2=80=98lightdm=E2= =80=99 as an example. HTH, Ludo=E2=80=99.