Hi Marco. Try replacing the third step in installation (virtualenv bloodhound) with virtualenv --system-site-packages bloodhound
The newer version of virtualenv do not give access to the global site-packages dir to the created virtual environment, and since apt-get installs packages in the global site-packages, that might be your problem. Anze On Wed, Apr 3, 2013 at 11:24 AM, Marco Mangiante <[email protected]> wrote: > Hello to everyone, > I have a problem during the installation of 0.5.2 version. I'm trying to > install the package on a Debian Wheezy test machine and I chose to install > postgres as database; I followed the guide > (https://issues.apache.org/bloodhound/wiki/BloodhoundInstall) until the > command: > python bloodhound_setup.py > After this command I receive this message at console: > E: Unable to locate package psycopg2 > but if I write apt-get install psycopg2 I obtain the message: > python-psycopg2 is already the newest version. > Could someone help me to resolve this problem? > > --Regards, > Marco Mangiante > > > > Fata viam invenient (Virgilio) > I fati troveranno la via
