From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: OfflineIMAP and Python Date: Thu, 23 Apr 2015 21:04:56 +0200 Message-ID: <87oamed5t3.fsf@gnu.org> References: <87iocp21nd.fsf@denknerd.org> <87a8y1ijat.fsf@gnu.org> <87vbgn87ig.fsf@denknerd.org> <87tww787br.fsf@denknerd.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]:40345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlMQr-0000Rx-3m for guix-devel@gnu.org; Thu, 23 Apr 2015 15:05:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlMQk-0005Kz-Si for guix-devel@gnu.org; Thu, 23 Apr 2015 15:05:05 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlMQk-0005Kq-Qc for guix-devel@gnu.org; Thu, 23 Apr 2015 15:04:58 -0400 In-Reply-To: <87tww787br.fsf@denknerd.org> (Paul van der Walt's message of "Thu, 23 Apr 2015 12:31:04 +0200") 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: Paul van der Walt Cc: Guix-devel Paul van der Walt skribis: > On 2015-04-23 at 12:27, quoth Paul van der Walt: >> ..so i think you're right Ludo. What can i do about that? > > Running > > $ LD_LIBRARY_PATH=3D.guix-profile/lib/ offlineimap Possibly this is doing the wrong thing: still running /usr/bin/python, but running it against Guix=E2=80=99s libraries, no? Ludo=E2=80=99.