Comment 11 for bug 566073

Revision history for this message
Richard Rath (rcrath) wrote :

I also am hitting this bug when using the quickly development platform in ubuntu 10.10 with default installs of python, desktop couch, etc. I get the following when creating a new project with quickly:

$ quickly create ubuntu-application clipwich

Creating project directory clipwich
Creating bzr repository and commiting
Launching your newly created project!le 0/1
Traceback (most recent call last):
  File "./clipwich", line 32, in <module>
    from clipwich import (
  File "/home/rich/clipwich/clipwich/PreferencesClipwichDialog.py", line 6, in <module>
    from desktopcouch.records.server import CouchDatabase
  File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server.py", line 25, in <module>
    from couchdb.client import Resource
ImportError: cannot import name Resource

I also get an error when running:
[~]$/usr/lib/desktopcouch/desktopcouch-service
Traceback (most recent call last):
  File "/usr/lib/desktopcouch/desktopcouch-service", line 53, in <module>
    from desktopcouch import replication
  File "/usr/lib/python2.6/dist-packages/desktopcouch/replication.py", line 24, in <module>
    from desktopcouch.pair.couchdb_pairing import couchdb_io
  File "/usr/lib/python2.6/dist-packages/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 28, in <module>
    from desktopcouch.records import server
  File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server.py", line 25, in <module>
    from couchdb.client import Resource
ImportError: cannot import name Resource

Is there a fix for this?