Re: Python package gaupol: Namespace Gdk not available

2018-06-26 Thread Pierre Neidhardt
Yup, that was GI_TYPELIB_PATH. Thanks Kei and Ludo! -- Pierre Neidhardt When God saw how faulty was man He tried again and made woman. As to why he then stopped there are two opinions. One of them is woman's. -- DeGourmont signature.asc Description: PGP signature

Re: Python package gaupol: Namespace Gdk not available

2018-06-23 Thread Ludovic Courtès
Hi Pierre, Pierre Neidhardt 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 > import gaupol > File > "/gnu/store/gh44n

Re: Python package gaupol: Namespace Gdk not available

2018-06-23 Thread Kei Kebreau
Pierre Neidhardt writes: > Hi there, > > I'm trying to package gaupol (https://otsaloma.io/gaupol/), a subtitle > editor. > > (define-public gaupol [...] > (replace 'install >(lambda* (#:key outputs #:allow-other-keys) > (zero? > (system* "python"

Python package gaupol: Namespace Gdk not available

2018-06-23 Thread Pierre Neidhardt
Hi there, I'm trying to package gaupol (https://otsaloma.io/gaupol/), a subtitle editor. --8<---cut here---start->8--- (define-public gaupol (package (name "gaupol") (version "1.4") (source (origin (method url-fetch) (