[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Python package gaupol: Namespace Gdk not available
From: |
Ludovic Courtès |
Subject: |
Re: Python package gaupol: Namespace Gdk not available |
Date: |
Sun, 24 Jun 2018 00:27:14 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi Pierre,
Pierre Neidhardt <address@hidden> skribis:
>> /gnu/store/gh44n7nfc7x3w8bbmq5l1glvlvycymdw-gaupol-1.4/bin/gaupol
> Traceback (most recent call last):
> File
> "/gnu/store/gh44n7nfc7x3w8bbmq5l1glvlvycymdw-gaupol-1.4/bin/.gaupol-real",
> line 17, in <module>
> import gaupol
> File
> "/gnu/store/gh44n7nfc7x3w8bbmq5l1glvlvycymdw-gaupol-1.4/lib/python3.6/site-packages/gaupol/__init__.py",
> line 34, in <module>
> 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 ‘lightdm’ as an
example.
HTH,
Ludo’.