Am 18.03.2013 05:59, schrieb raf:
   ARCHFLAGS='-arch i386' sudo pip-2.7 install pygresql
   arch -i386 sudo pip-2.7 install pygresql

I'm not a Mac user, but I can imagine that you must use "sudo -E" or put sudo at the beginning of the command, i.e.

sudo ARCHFLAGS='-arch i386' pip-2.7 install pygresql
sudo arch -i386 pip-2.7 install pygresql

Or maybe it's a problem with pip, then can try to install manually, like so:

wget http://pygresql.org/files/PyGreSQL.tgz
tar -xzf PyGreSQL.tgz
cd PyGreSQL-4.1.1
arch -i386 python setup.py build
sudo python setup.py install

-- Christoph
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to