From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Meyer Subject: bug#29227: Broken installation Date: Sun, 17 Dec 2017 14:15:55 +0100 Message-ID: <1513516555.3671317.1207764784.13449F62@webmail.messagingengine.com> References: <1510244334.3024.28.camel@leela> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQYnV-0005Ip-JS for bug-guix@gnu.org; Sun, 17 Dec 2017 08:16:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQYnS-0004ao-Ds for bug-guix@gnu.org; Sun, 17 Dec 2017 08:16:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57675) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eQYnS-0004a3-5s for bug-guix@gnu.org; Sun, 17 Dec 2017 08:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eQYnR-0002dw-QR for bug-guix@gnu.org; Sun, 17 Dec 2017 08:16:01 -0500 In-Reply-To: <1510244334.3024.28.camel@leela> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 29227@debbugs.gnu.org Hi, does the following patch resolve the issue for you? This does two things: - fix up the install phase to set the correct paths in settings.py - add python-lxml as an input to fix another plugin There is one remaining problem: ImportError: No module named BeautifulSoup WARNING: Failed to load plugin web_import_plugin So this particular plugin won't work. I didn't look deeply into this, but I think this is due to referencing a very old version of beautifulsoup, which is not currently packages, the current BeautifulSoup4 version uses 'bs4' as a module path, while the import states import BeatifulSoup So, I'd rather skip that plugin for now. Cheers, Mark -- Mark Meyer mark@ofosos.org