1. Nos descargamos el código fuente del openerp-client (la opción GNU/Linux es el código fuente)
2. Instalar macports
Los pasos siguientes, serán la instalación de las librerías que necesitará nuestro mac:
install python26
sudo port -v install python26
make python2.6 the default:
sudo port install python_select
sudo python_select python26
install the rest:
sudo port -v install py26-lxml
sudo port -v install py26-dateutil
sudo port -v install py26-gd +no_x11 -x11 +quartz
sudo port -d install cairo -x11 +quartz
sudo port -d install py26-cairo +no_x11 -x11 +quartz
sudo port -d install pango +no_x11 -x11 +quartz
sudo port -v install gdk-pixbuf +no_x11 -x11 +quartz
sudo port install -v graphviz +gdk_pixbuf
sudo port -d install gtk2 +no_x11 -x11 +quartz
sudo port -v install py26-gtk +no_x11 -x11 +quartz
sudo port -v install py26-pydot +no_x11 -x11 +quartz
sudo port -v install py26-matplotlib +no_x11 -x11 +quartz +gtk2
Para ejecutar, deberemos especificar los locales:
export LC_ALL="es_ES.UTF-8"