Re: psycopg installation error: C compiler cannot create executables

2007-01-05 Thread Alasdair
Oh - one more thing: James Bennett posted over at TextDrive saying he'd installed psycopg via DarwinPorts, but I've been trying to do that over the last couple of days and it stalls while trying to fetch PostgreSQL 8.1.3 (which it wants as a precondition for installing py-psycopg). I don't know

Re: psycopg installation error: C compiler cannot create executables

2007-01-05 Thread Alasdair
If Joseph's suggestion doesn't work, you may want to look at your Xcode installation. I had the same output as you when trying to install psycopg until I updated my Xcode install (following advice on a forum thread in French which I've since lost). You'll have to create a developer account at the

Re: psycopg installation error: C compiler cannot create executables

2007-01-03 Thread Joseph Heck
Your path probably doesn't include pg_config on it. Step 4 in the Postgres instructions has you adding /opt/pgsql/bin to your path - I don't have a Mac with me to check, but is pg_config in there? If not, add on to your PATH environment variable for where-ever its located and it should build from

Re: psycopg installation error: C compiler cannot create executables

2007-01-03 Thread Honza Král
On 1/3/07, Abe <[EMAIL PROTECTED]> wrote: Hey all. Im trying to get django up and running on my Mac (powerbook, powerpc chip, 10.4 OSX). I got postgresql v 8.2.0 up and going, along with Python 2.4. I go to install psycopg to get the two communicating with one another, and, following the direc

Re: psycopg installation error: C compiler cannot create executables

2007-01-03 Thread Abe
Sorry, ignore the "bold --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL