From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: OfflineIMAP and Python Date: Thu, 23 Apr 2015 12:31:04 +0200 Message-ID: <87tww787br.fsf@denknerd.org> References: <87iocp21nd.fsf@denknerd.org> <87a8y1ijat.fsf@gnu.org> <87vbgn87ig.fsf@denknerd.org> Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlEPc-00063W-SC for guix-devel@gnu.org; Thu, 23 Apr 2015 06:31:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlEPY-0003SM-Nt for guix-devel@gnu.org; Thu, 23 Apr 2015 06:31:16 -0400 In-reply-to: <87vbgn87ig.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: Ludovic =?utf-8?Q?Court=C3=A8s?= , Guix-devel 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=.guix-profile/lib/ offlineimap seems to get me further, although now the error has changed to [multiple repetitions, once per folder] ERROR: ERROR in syncfolder for foo folder bla: Traceback (most recent call last): File "/gnu/store/innphl8ph0iakzarp61bvg4v144p3hbc-offlineimap-6.5.5/lib/python2.7/site-packages/offlineimap/accounts.py", line 407, in syncfolder statusfolder.cachemessagelist() File "/gnu/store/innphl8ph0iakzarp61bvg4v144p3hbc-offlineimap-6.5.5/lib/python2.7/site-packages/offlineimap/folder/LocalStatus.py", line 72, in cachemessagelist assert(line == magicline) AssertionError I'm now not sure if that's still a library issue, or perhaps something offlineimap is doing wrong?