Comment 5 for bug 461356

Revision history for this message
Chad Miller (cmiller) wrote : Re: [Bug 461356] Re: desktopcouch-service crashed with ImportError in <module>()

On 05/13/2010 10:54 AM, Ivan Zorin wrote:
> }}} import desktopcouch
> ImportError: No module named desktopcouch
>
> Looks like that somehow some apps just can't see desktop couch python module.

Do you have 'desktopcouch' package installed? Please post the
transcript of this:

$ dpkg -l \*desktopcouch\*
$ dpkg -L python-desktopcouch
$ python -c "import sys, os; print [p for p in sys.path if
os.path.exists(p) and 'desktopcouch' in os.listdir(p)]"