On 2019-02-16 13:28, swedebugia wrote: > On 2019-02-16 12:02, swedebugia wrote: >> The files end up in profile/share/guile-gnome-2/... which is not in >> guiles load path. >> >> The result of running the examples: >> (first get it with guix build --source) >> >> >> $ guile -s hello.scm >> ... >> ERROR: In procedure scm-error: >> no code for module (gnome gobject) I found the error! Guile-gnome installs in such a way that it only works if you run it like this: guile-gnome2 -s hello.scm This seems undocumented and was unexpected. I expected "guile -s" to be able to run also the modules installed by guile-gnome. Should we add a note somewhere to avoid confusion and/or inform upstream about this non-standard behavior? -- Cheers Swedebugia