From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21879: WeeChat does not start Date: Wed, 18 Nov 2015 22:22:01 +0100 Message-ID: <871tbnj952.fsf@gnu.org> References: <1447250803.1579.3.camel@openmailbox.org> <87oaerp78l.fsf@gnu.org> <564CE33C.6050407@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzAC2-0003v2-Lv for bug-guix@gnu.org; Wed, 18 Nov 2015 16:23:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzABy-0007nj-Ok for bug-guix@gnu.org; Wed, 18 Nov 2015 16:23:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzABy-0007nd-LM for bug-guix@gnu.org; Wed, 18 Nov 2015 16:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZzABy-0007jH-Af for bug-guix@gnu.org; Wed, 18 Nov 2015 16:23:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <564CE33C.6050407@gmail.com> (Cyril Roelandt's message of "Wed, 18 Nov 2015 21:44:44 +0100") 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: Cyril Roelandt Cc: 21879@debbugs.gnu.org Cyril Roelandt skribis: > On 11/18/2015 09:05 PM, Luis Felipe L=C3=B3pez Acevedo wrote: >> In a different machine, but still Debian 8 and Guix 0.9.0: >>=20 >> 1. I ran 'guix pull' >> 2. Installed weechat >>=20 >> I get the same error. > > On Debian Sid + Guix, I installed weechat in a "guix environment", and > could not reproduce the issue (weechat properly starts). However, > running "PATH=3D/usr/bin:$PATH weechat" leads to the same error you witne= ssed. > > Could you post you PATH and PYTHONPATH? Could you double-check what=E2=80=99s happening, possibly running it through strace to see if it=E2=80=99s actually executing /usr/bin/python? Maybe my attempt was misguided and the problem is actually not in the Python plugin but in some core part? Thanks, Ludo=E2=80=99.