[openstack-dev] Barbican : Unable to install Barbican on CentOS due to Import Error

2015-03-25 Thread Asha Seshagiri
Hi , When I tried installing barbican using the command bin/barbican.sh install , I got the following error : *ImportError: No module named pecan* Traceback (most recent call last): File /root/.pyenv/versions/barbican27/lib/python2.7/site-packages/paste/deploy/loadwsgi.py, line 247, in

Re: [openstack-dev] Barbican : Unable to install Barbican on CentOS due to Import Error

2015-03-25 Thread Asha Seshagiri
Hi John, Thanks a lot for your response :) I followed the instructions from https://github.com/cloudkeep/barbican/wiki/Barbican-Quick-Start-Guide There were few packages that were missing .Please find the Additional steps below : - pip install pecan - will install pecan - pip install

Re: [openstack-dev] Barbican : Unable to install Barbican on CentOS due to Import Error

2015-03-25 Thread John Wood
Hello Asha, It seems like your installer script might be crashing for some reason. You might need to execute the steps in the installer script manually to stand things up, such as the pip install step here: https://github.com/openstack/barbican/blob/master/bin/barbican.sh#L87 Please let us