guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OfflineIMAP and Python


From: Ludovic Courtès
Subject: Re: OfflineIMAP and Python
Date: Tue, 21 Apr 2015 17:37:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> Paul van der Walt writes:
>
>> ImportError: 
>> /gnu/store/zla3af321lkf2n80330fw81mxgbz1gj3-python-2.7.6/lib/python2.7/lib-dynload/operator.so:
>>  undefined symbol: _PyUnicodeUCS2_AsDefaultEncodedString
>
> This usually happens when you use the wrong python.

The ‘python’ executable is necessarily the right one, because it’s
written in the shebang, and this operator.so is the right one too.

It could be that the wrong libpython was loaded, though.

Could you run ‘strace -o log offlineimap’ and then:

  grep 'open.*\.so.*= [0-9]' log

?

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]