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. What does `which python` tell you? I get this error when I accidentally upgrade my Guix python-2.7.6 to python-3.x and the only "python" executable in my PATH is the system python at /usr/bin/python. 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. ~~ Ricardo
