to make it work, this is the hack i do on Ubuntu
on Ubuntu, from the Synaptic Package Manager, install 1-Eclipse 2-pdadmin3 3- Postresql 8.4.2 4- Python 2.6 5- python-lxml 6- python-psycopg2 7- python-reportlab 8-Python-Glade 9- python-mako 10-python-pychart 11-python-pydot 12-python-sqlalchemy after all of them INSTALL OpenERP 5.0.3 from the Package Manager.. don't ask why but i spent hour trying to figure out why it did not work, until i did this This Synoptic Installation of OpenERP create 2 files /usr/bin/openerp-server /usr/bin/openerp-client edit then and put a # (comment mark) on the EXEC command so they won't auto start with Ubuntu then Make sure PostresSQL works, it has a server and a Database http://doc.openerp.com/install/linux/postgres/index.html#example-on-ubuntu the followinh is what it made it work for me from here https://help.ubuntu.com/community/PostgreSQL sudo -u postgres psql postgres \password postgres sudo /etc/init.d/postgresql-8.4 restart I hope it helps -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=51017#51017 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
