Looks like you're missing some header files... On Sun, 2007-09-02 at 16:14 -0700, Brandon Taylor wrote: > Hi Todd, > > Here is a copy of my terminal session: > > running install > running build > running build_py > running build_ext > Warning: /bin/sh: line 1: pg_config: command not found
Maybe postgres didn't put everything where it needed to be. You also may need the dev packages for postgres. > building 'psycopg2._psycopg' extension > gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk - > fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd - > fno-common -dynamic -DNDEBUG -g -O3 -DPY_MAJOR_VERSION=2 - > DPY_MINOR_VERSION=5 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 - > DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 - > DPSYCOPG_VERSION="2.0.6 (dec dt ext pq3)" -DPSYCOPG_EXTENSIONS=1 - > DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 - > DHAVE_PQPROTOCOL3=1 -I/Library/Frameworks/Python.framework/Versions/ > 2.5/include/python2.5 -I. -c psycopg/psycopgmodule.c -o build/ > temp.macosx-10.3-fat-2.5/psycopg/psycopgmodule.o > In file included from psycopg/psycopgmodule.c:29: > ./psycopg/connection.h:27:22: error: libpq-fe.h: No such file or > directory This looks like a missing library and all the warnings below could be problems with incompatibility between versions of gcc. Have you tried fink? --~--~---------~--~----~------------~-------~--~----~ 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 PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---