Package: python-couchdbkit
Version: 0.4.2-1
Severity: important

Hi,

I just wanted to play with couchdbkit but importing submodules throws errors.

    >>> from couchdbkit import *
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "/usr/lib/pymodules/python2.5/couchdbkit/client.py", line 53, in 
<module>
        import anyjson
    ImportError: No module named anyjson

This was easily fixed by installing python-anyjson

    >>> from couchdbkit import *
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "/usr/lib/pymodules/python2.5/couchdbkit/client.py", line 54, in 
<module>
        from restkit.utils import url_quote
    ImportError: No module named restkit.utils

couchdbkit needs another module called restkit: 
http://github.com/benoitc/restkit/
with version >= 0.9.2 .

Since version 1.0 the submodule "utils" is called "util".



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-couchdbkit depends on:
ii  python                        2.5.4-9    An interactive high-level object-o
ii  python-support                1.0.6.1    automated rebuilding support for P

python-couchdbkit recommends no packages.

python-couchdbkit suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to