I\'m trying to get the python postgres client module installed on Ubuntu 12.04. The guidance is to do the following:
apt-get install python-psycopg2
Use
sudo apt-get install python3-psycopg2
for Python3 )