On Feb 27, 2009, at 3:55 PM, Dan Means wrote:
> curl -O "http://initd.org/pub/software/psycopg/psycopg2-latest.tar.gz"
> tar -xzvf psycopg2-latest.tar.gz
> rm psycopg2-latest.tar.gz
> cd psycopg2-2.0.4
> echo library_dirs=/opt/local/lib/postgresql81 >> setup.cfg
> echo include_dirs=/opt/local/include/postgresql81 >> setup.cfg
> sudo python setup.py install
> cd ..
> sudo rm -Rf psycopg2-2.0.4
Have you changed all the references from 'latest' and '2.0.4' to
'2.0.9'?
Did you install PostgreSQL? That's required, since psycopg (and most
db adapters, FWIW) need the dev libraries that are installed with the
database.
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message:
http://leafe.com/archives/byMID/[email protected]