Comment 41 for bug 872639

Revision history for this message
Lucas Madar (lucas-madar) wrote :

I am receiving this same issue with thunderbird, but I get an error when I try to start the desktopcouch-service:

$ /usr/lib/desktopcouch/desktopcouch-service
Traceback (most recent call last):
  File "/usr/lib/desktopcouch/desktopcouch-service", line 41, in <module>
    from desktopcouch.service import DesktopcouchService
  File "/usr/lib/pymodules/python2.7/desktopcouch/service.py", line 9, in <module>
    from desktopcouch.application.service import *
  File "/usr/lib/pymodules/python2.7/desktopcouch/application/service.py", line 45, in <module>
    from desktopcouch.application import replication
  File "/usr/lib/pymodules/python2.7/desktopcouch/application/replication.py", line 26, in <module>
    from desktopcouch.application.pair.couchdb_pairing import couchdb_io
  File "/usr/lib/pymodules/python2.7/desktopcouch/application/pair/couchdb_pairing/couchdb_io.py", line 34, in <module>
    from desktopcouch.application import server
  File "/usr/lib/pymodules/python2.7/desktopcouch/application/server.py", line 27, in <module>
    from couchdb import Server
  File "/usr/lib/pymodules/python2.7/couchdb/__init__.py", line 9, in <module>
    from couchdb.client import Database, Document, Server
  File "/usr/lib/pymodules/python2.7/couchdb/client.py", line 30, in <module>
    from textwrap import dedent
ImportError: cannot import name dedent