From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: json module Date: Wed, 27 Jul 2016 10:17:20 +0300 Message-ID: <877fc7v9bz.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSJ5q-0004tn-GB for help-guix@gnu.org; Wed, 27 Jul 2016 03:17:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSJ5k-0001Hk-Sa for help-guix@gnu.org; Wed, 27 Jul 2016 03:17:25 -0400 Received: from mail-lf0-x22b.google.com ([2a00:1450:4010:c07::22b]:33129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSJ5k-0001Ha-KW for help-guix@gnu.org; Wed, 27 Jul 2016 03:17:20 -0400 Received: by mail-lf0-x22b.google.com with SMTP id b199so20886098lfe.0 for ; Wed, 27 Jul 2016 00:17:20 -0700 (PDT) In-Reply-To: (catonano@gmail.com's message of "Tue, 26 Jul 2016 23:35:22 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Catonano Cc: help-guix Catonano (2016-07-27 00:35 +0300) wrote: > I'm trying this Guix project > https://github.com/wordempire/guix/ > > because I wanted to try Jelle's recursive npm importer > > but when I > ./pre-inst-env guix import npm ciccio > > I get a backtrace and an error: > ERROR: In procedure scm-error: > ERROR: no code for module (json) > > (I can provide the whole backtrace if requested) > > This doesn't happen with the Guix I cloned from the official repo > > In the chat I was advised that (json) is an external module, to > inspect the GUIX_LOAD_PATH and GUIX_LOAD_COMPILED_PATH variables When you left, jlicht wrote you something: Did you install guile-json and check that guile can find it? Start guile and run ",use(json)" there. -- Alex