guix-devel
[Top][All Lists]
Advanced

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

OfflineIMAP and Python


From: Paul van der Walt
Subject: OfflineIMAP and Python
Date: Tue, 21 Apr 2015 12:53:26 +0200

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 <module>
    from offlineimap import OfflineImap
  File 
"/gnu/store/innphl8ph0iakzarp61bvg4v144p3hbc-offlineimap-6.5.5/lib/python2.7/site-packages/offlineimap/__init__.py",
 line 19, in <module>
    from offlineimap.init import OfflineImap
  File 
"/gnu/store/innphl8ph0iakzarp61bvg4v144p3hbc-offlineimap-6.5.5/lib/python2.7/site-packages/offlineimap/init.py",
 line 20, in <module>
    import threading
  File 
"/gnu/store/zla3af321lkf2n80330fw81mxgbz1gj3-python-2.7.6/lib/python2.7/threading.py",
 line 13, in <module>
    from collections import deque as _deque
  File 
"/gnu/store/zla3af321lkf2n80330fw81mxgbz1gj3-python-2.7.6/lib/python2.7/collections.py",
 line 9, in <module>
    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.

Attachment: signature.asc
Description: PGP signature


reply via email to

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