Nevermind .... found a post on the installation page ... http://doc.openerp.com/install/linux/client/index.html
solution provided by 'Fremois' as below: Yes, i have the same error in "intall" mode (with version 5.0.2 on Ubuntu 9.0.4). But in "test" mode (python openerp-client.py) it's works fine... The install script don't copy some files in folders. You can do that yourself : - create 'openerp-client' folder in /usr/share : - copy these files in this folder : . <openerpclient_folder_archive>/bin/dia-survey.glade . <openerpclient_folder_archive>/bin/openerp.glade . <openerpclient_folder_archive>/bin/tipoftheday.txt . <openerpclient_folder_archive>/bin/tipoftheday.fr.txt (or other local tip of the day file) . <openerpclient_folder_archive>/bin/win-error.glade - create 'openerp-client' folders in /usr/share/pixmaps : sudo mkdir -p /usr/share/pixmaps/openerp-client/icons - copy these files in the /usr/share/pixmaps/openerp-client/icons folder : . <openerpclient_folder_archive>/bin/icons/*.png - copy these files in the /usr/share/pixmaps/openerp-client/ folder : . <openerpclient_folder_archive>/bin/pixmaps/*.png - create 'openerp-client-5.0.2' folder in /usr/share/doc - copy these files in this folder : . <openerpclient_folder_archive>/doc/* and copy <openerpclient_folder_archive>/man/openerp-client.1 in /usr/share/man/man1/ folder Finally, you can launch openerp client with ''openerp-client'' command in a terminal -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=42924#42924 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
