I feel so lost like when I started doing linux a few years ago....this takes about 5 minutes in Ubuntu and about the same in Windows....I thought Mac's were easy...<bg>....
Postgresql is all installed, runs fine on localhost. Used the1 click installer. I installed the macports python -- I think that's part of my problem I didn't install the ADC sites developer tools -- 1 gig download. I know I installed a packaged copy of psycopg also - but it sure is lost somewhere....having 2 different pythong On Fri, Feb 27, 2009 at 2:08 PM, Ed Leafe <[email protected]> wrote: > 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 > > > > [excessive quoting removed by server] _______________________________________________ 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]
