Ricardo Wurmus <[email protected]> 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’.
