Hi,

I am trying to install Apache Bloodhound on Ubuntu 12.04.
I'm using apache. I have followed the installation instruction and
installed python and other required libraries and postgres.
when I try to install I get the following error:
psycopg2 needs to be installed to initialise a postgresql db

But I have already installed it.
test@test-VirtualBox:~/Desktop/bloodhound/installer$ python
Python 2.7.3 (default, Aug  1 2012, 05:16:07)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import psycopg2
>>> psycopg2
<module 'psycopg2' from
'/usr/lib/python2.7/dist-packages/psycopg2/__init__.pyc'>

As you can see from above that psycopg2 is already installed, but
bloodhound setup is giving error related to psycopg2.

Kindly help me out.

Reply via email to