Am 09.03.2010 16:05 schrieb Christophe Malabat:
When I'm running the command "python setup.py build", i have this warning : "in /Library/PostgreSQL/8.4/lib/libpq.dylib, missing required architecture x86_64 in file"
I'm not a Mac user, but I guess the problem is that your Postgres installation is 32bit only, but your Python installation is 64bit. Maybe you can find a 64bit Postgres, or at least a 64bit Postgres client (libpq). Or use 32bit Python.
-- Christoph _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
