Hi,
Wensheng Xie <[email protected]> writes:
> Using guixSD, installed guile and try to run it from shell. I got the
> following error:
>
> ------ start ------
> ~ $ cat .guile
> (use-modules (ice-9 readline))
>
> ;; Enable completion at the REPL.
> (activate-readline)
>
> (use-modules (oop goops))~ $
> ~ $ guile
[...]
> ERROR: In procedure scm-error:
> no code for module (ice-9 readline)
You need to install the 'guile-readline' package in order to include the
(ice-9 readline) module. Can you see if that solves the problem for you
and report back?
Mark