From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: bug#21879: WeeChat does not start Date: Wed, 18 Nov 2015 22:41:30 +0100 Message-ID: <564CF08A.7050404@gmail.com> References: <1447250803.1579.3.camel@openmailbox.org> <87oaerp78l.fsf@gnu.org> <564CE33C.6050407@gmail.com> <871tbnj952.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzAUR-0003FY-61 for bug-guix@gnu.org; Wed, 18 Nov 2015 16:42:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzAUM-0003vd-2y for bug-guix@gnu.org; Wed, 18 Nov 2015 16:42:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzAUL-0003vZ-Vk for bug-guix@gnu.org; Wed, 18 Nov 2015 16:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZzAUL-0008Dw-QC for bug-guix@gnu.org; Wed, 18 Nov 2015 16:42:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871tbnj952.fsf@gnu.org> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 21879@debbugs.gnu.org On 11/18/2015 10:22 PM, Ludovic Courtès wrote: > Could you double-check what’s happening, possibly running it through > strace to see if it’s actually executing /usr/bin/python? I'm pretty sure it does that. It even loads libraries from the Debian Python path, that is why it tries to import a Debian-specific module. Cyril.