From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: Weechat doesn't start Date: Mon, 09 Nov 2015 16:56:24 +0000 Message-ID: <878u67p0w7.fsf@igalia.com> References: <9e0ea33b43ab9af0244328a42a20461a@openmailbox.org> 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]:53248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvpk9-0005uO-Sg for guix-devel@gnu.org; Mon, 09 Nov 2015 11:56:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zvpk4-0004PI-Pf for guix-devel@gnu.org; Mon, 09 Nov 2015 11:56:33 -0500 Received: from pb-sasl0.int.icgroup.com ([208.72.237.25]:59383 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvpk4-0004P6-K2 for guix-devel@gnu.org; Mon, 09 Nov 2015 11:56:28 -0500 In-Reply-To: <9e0ea33b43ab9af0244328a42a20461a@openmailbox.org> ("Luis Felipe =?utf-8?Q?L=C3=B3pez?= Acevedo"'s message of "Mon, 09 Nov 2015 11:27:32 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Luis Felipe =?utf-8?Q?L=C3=B3pez?= Acevedo Cc: guix-devel@gnu.org On Mon 09 Nov 2015 16:27, Luis Felipe L=C3=B3pez Acevedo writes: > I don't understand why is it looking for Python stuff in "/usr" instead > of using my .guix-profile. Although "guix package -I" tells me Python is > not installed. And so "guix package --search-paths" does not show any > Python variables to set. Probably weechat needs a wrapper script installed around it that will set the PYTHONPATH to what it needs. Sometimes Guix people don't experience this problem because they have Python installed in their profile and thus they have a PYTHONPATH set that happens to work. That seems to be what has happened in this case. Making the wrapper script is the job of python-build-system. Weechat appears to be built with gnu-build-system. Not sure what the right thing to do to fix this is :) Andy