Jason Cameron
unread,Sep 22, 2011, 9:04:49 PM9/22/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LearningRegistry
Hi all;
I apologize if this was already found, but I can't seem to find the
fix anywhere. I recently went through the process of installing LR
per the instructions at the GitHub, but I seem to keep having errors
with the installation of the node.
Pushing couch apps ...
Traceback (most recent call last):
File "./setup_node.py", line 184, in <module>
publishCouchApps(nodeSetup['couchDBUrl'], _COUCHAPP_PATH)
File "./setup_node.py", line 91, in publishCouchApps
import couch_utils
File "/home/learningregistry/LearningRegistry/config/
couch_utils.py", line 6, in <module>
from couchapp import config as cfg, commands as cmd
ImportError: No module named couchapp
Any idea what I am missing here and what I can do to fix it?