Hello Guix, I wanted to try using offlineimap from Guix (i already used to use it From my regular package manager), but i'm running into what is probably a PATH problem. ------------8<-------------------------- $ ./pre-inst-env guix package -i offlineimap The following package will be installed: offlineimap 6.5.5 /gnu/store/innphl8ph0iakzarp61bvg4v144p3hbc-offlineimap-6.5.5 19 packages in profile $ which offlineimap /home/paul/.guix-profile/bin/offlineimap $ offlineimap Traceback (most recent call last): File "/gnu/store/innphl8ph0iakzarp61bvg4v144p3hbc-offlineimap-6.5.5/bin/.offlineimap-real", line 20, in from offlineimap import OfflineImap File "/gnu/store/innphl8ph0iakzarp61bvg4v144p3hbc-offlineimap-6.5.5/lib/python2.7/site-packages/offlineimap/__init__.py", line 19, in from offlineimap.init import OfflineImap File "/gnu/store/innphl8ph0iakzarp61bvg4v144p3hbc-offlineimap-6.5.5/lib/python2.7/site-packages/offlineimap/init.py", line 20, in import threading File "/gnu/store/zla3af321lkf2n80330fw81mxgbz1gj3-python-2.7.6/lib/python2.7/threading.py", line 13, in from collections import deque as _deque File "/gnu/store/zla3af321lkf2n80330fw81mxgbz1gj3-python-2.7.6/lib/python2.7/collections.py", line 9, in from operator import itemgetter as _itemgetter, eq as _eq ImportError: /gnu/store/zla3af321lkf2n80330fw81mxgbz1gj3-python-2.7.6/lib/python2.7/lib-dynload/operator.so: undefined symbol: _PyUnicodeUCS2_AsDefaultEncodedString ------------8<-------------------------- I didn't get any warnings about my PATH when installing the package, so before i go digging around too much, i was wondering, who else uses offlineimap and how did they get it to work? Kindest regards, p.