From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: OfflineIMAP and Python Date: Wed, 29 Apr 2015 22:45:32 +0200 Message-ID: <87y4lay87n.fsf@mango.localdomain> References: <87iocp21nd.fsf@denknerd.org> <87a8y1ijat.fsf@gnu.org> <87vbgn87ig.fsf@denknerd.org> <87tww6d5uj.fsf@gnu.org> <87mw1y8r9d.fsf@denknerd.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]:56768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnYrY-00030c-HN for guix-devel@gnu.org; Wed, 29 Apr 2015 16:45:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnYrX-00045m-QI for guix-devel@gnu.org; Wed, 29 Apr 2015 16:45:44 -0400 In-reply-to: <87mw1y8r9d.fsf@denknerd.org> 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 writes: > On 2015-04-23 at 21:04, quoth Ludovic Courtès: >> But I suspect that gives you /usr/bin/python instead of >> /home/paul/.guix-profile/bin/python no? Changing the shebang to >> explicitly use the latter would be safer. > > Ah i hadn't understood that. Okay, i've put the literal Guix python path > there, but it still gives me the "assert" errors. This does not happen > if i `guix package -r offlineimap`. Therefore, i don't think that was > the problem. Could you try without the "pythonfile" line in your ~/.offlineimaprc and let us know if there's any different behaviour? I'm using offlineimap (installed from Guix on Fedora) without any problems.