2010/3/9 Christoph Zwerschke <[email protected]>: > 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.
Indeed, it was a version problem. The one click installer of postgresql for mac os X install only a 32 bit version of the database. I had to install the database with the source files. installation was quite easy but users managment on snow leopard is a bit difficult. But now everything works just fine. Thanks ; Chris > > -- Christoph > _______________________________________________ > PyGreSQL mailing list > [email protected] > http://mailman.vex.net/mailman/listinfo/pygresql > -- Christophe _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
