Re: I need to get psycopg2 installed on Mac OS X 10.5

2009-07-30 Thread Vasil Vangelovski
There's a package of PostgreSQL called postgresplus that comes with postgis, pgadmin etc. It's pretty easy to set up on os x: http://www.enterprisedb.com/products/postgres_plus/overview.do Installing psycopg2 after I've installed postgresplus has always worked for me with minimum effort, see

Re: I need to get psycopg2 installed on Mac OS X 10.5

2009-07-28 Thread William Siegrist
On Jul 27, 2009, at 11:07 PM, Kevin wrote: > > I have gotten psycopg2 to compile though in a roundabout way. I have > tried to compile Python from source and got other errors. Although I > already had Xcode installed, I decided that it couldn't hurt to > reinstall it and see what happens.

Re: I need to get psycopg2 installed on Mac OS X 10.5

2009-07-28 Thread Kevin
I have gotten psycopg2 to compile though in a roundabout way. I have tried to compile Python from source and got other errors. Although I already had Xcode installed, I decided that it couldn't hurt to reinstall it and see what happens. After doing so, I was able to compile Python without any

Re: I need to get psycopg2 installed on Mac OS X 10.5

2009-07-16 Thread Dhruv Adhia
Yep :) also check >>> psycopg2.__version__ '2.0.8 (dec mx dt ext pq3)' (This is on ubuntu, but you should see version if its installed correctly) Dhruv Adhia http://thirdimension.com On Thu, Jul 16, 2009 at 9:46 AM, Dave Everitt wrote: > > I've just done this after

Re: I need to get psycopg2 installed on Mac OS X 10.5

2009-07-16 Thread Dave Everitt
I've just done this after installing Postgresql (BTW and letting it mess with my OS X memory settings): Added path to .bash_login (or .bash_profile) export PATH="/Library/PostgreSQL/8.4/bin:$PATH" sudo easy_install psycopg2 Password: Searching for psycopg2 Reading

Re: I need to get psycopg2 installed on Mac OS X 10.5

2009-07-15 Thread Juan Pablo Romero Méndez
7/14 Kevin <hekevint...@gmail.com>: >> >> >> >> >> >> > I need to get psycopg2 installed on Mac OS X 10.5 >> >> > I have read every install guide I could find and I still do not have >> > it working. I have developer tools in

Re: I need to get psycopg2 installed on Mac OS X 10.5

2009-07-14 Thread Kevin
cOS X 10.5.7, and PostgreSQL 8.3. > > Regards, > >   Juan Pablo > > 2009/7/14 Kevin <hekevint...@gmail.com>: > > > > > > > I need to get psycopg2 installed on Mac OS X 10.5 > > > I have read every install guide I could find and I still do not have > &

Re: I need to get psycopg2 installed on Mac OS X 10.5

2009-07-14 Thread Shawn Milochik
I had the same terrors. Unfortunately I didn't document exactly how I did it, but my best recollection is that this will work: 1. Update setuptools: sudo easy_install -U setuptools 2. Download and unzip the tarball for psycopg2. 3. Edit the config file for psycopg2 as directed on other Web

I need to get psycopg2 installed on Mac OS X 10.5

2009-07-14 Thread Kevin
I need to get psycopg2 installed on Mac OS X 10.5 I have read every install guide I could find and I still do not have it working. I have developer tools installed. I am running MacPython 2.6.2 and PostgreSQL 8.4 downloaded from http://www.enterprisedb.com/products/pgdownload.do On my