Jonathan Ellis wrote:
> Google says psycopg2 will run on OS X, although the only binaries I 
> saw were for python 2.4.  So you might have to upgrade after all 
> unless you want to build psycopg2 yourself.

And if you thought going the "easy_install-2.3 psycopg2" route was the 
easiest way to do build it, have a cigar. You'll also have lots of 
debugging information for free.

Instead, you might want to try:
> easy_install -e -b . psycopg2

This will download the tarball and extract it to ./psycopg2. cd into 
it, remove PSYCOPG_DEBUG from the top of setup.cfg, and do:
> easy_install .

-- 
Luis Bruno


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to