From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: OfflineIMAP and Python Date: Tue, 21 Apr 2015 16:44:20 +0200 Message-ID: <87fv7tfsmz.fsf@denknerd.org> References: <87iocp21nd.fsf@denknerd.org> Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkZR4-0000e7-1L for guix-devel@gnu.org; Tue, 21 Apr 2015 10:46:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkZQz-00005v-7x for guix-devel@gnu.org; Tue, 21 Apr 2015 10:46:01 -0400 Received: from mx01.mykolab.com ([95.128.36.1]:58928 helo=mx-out03.mykolab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkZQz-00005e-14 for guix-devel@gnu.org; Tue, 21 Apr 2015 10:45:57 -0400 In-reply-to: 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: Ricardo Wurmus Cc: Guix-devel On 2015-04-21 at 13:03, quoth Ricardo Wurmus: > OfflineIMAP works fine for me when I make sure that python-2.7.6 is in > fact installed and the default "python" executable in my PATH. Weird, it seemed to help, but then gave another error (which i cannot reproduce now, it was something about the index / state or something), and now, it's back to giving the first error. $ which python /home/paul/.guix-profile/bin/python $ ls -lah `which python` lrwxrwxrwx 4 root guix-builder 67 Jan 1 1970 /home/paul/.guix-profile/bin/python -> /gnu/store/zla3af321lkf2n80330fw81mxgbz1gj3-python-2.7.6/bin/python ...so that should be fine...