When I install the server and client Tryton, he tells me he misses the
library psycopg2. How to install it on Mac OS X?
For more information:
http://code.google.com/p/tryton/wiki/InstallationMacOSX
sudo port install py26-psycopg2
This may install a newer version of postgres (which will obviate the need
for step 1 of the instuctions). Please let me know if that is the case.
yes it's fine !
For those interested, I've tried installing version 2.2.1 onto a Mac Lion
(10.7.2) machine that had python 2.7 installed. This didn't work (for me).
If I installed python 2.6 instead it does work, so you'll likely want to
use 2.6. Also...if you try and install py26-setuptools, you may get a
message saying the package doesn't exist (anymore). You can use the
py26-distribute instead, which effectively replaced the older 'setuptools'.
Hope this helps!