Skip to content

Running the WHAT Development Server

jMyles edited this page Mar 23, 2012 · 2 revisions

Common Problems

I get a message about the psycopg2 binary or pg_config.

There are development packages that are required by your operating system to properly compile psycopg2. In ubuntu:

sudo apt-get install libpq-dev python-dev

In Fedora:

sudo yum installl python-devel postgresql-devel

Clone this wiki locally