Hello Olivier, Can you please be more specific with your environment. like the platform you are on, version of your OS and so on. such bugs requires this information to get to the root.
Regards, -- You received this bug notification because you are a member of OpenERP sa GTK client R&D, which is a bug assignee. https://bugs.launchpad.net/bugs/885098 Title: client crashes at startup Status in OpenERP GTK Client: Confirmed Bug description: Since a few days (mid october I think) the trunk gtk client does not start. here is the traceback: Traceback (most recent call last): File "./openerp-client.py", line 132, in <module> win = modules.gui.main.terp_main() File "/home/oli/work/bzr_repos/trunk/client/bin/modules/gui/main.py", line 685, in __init__ self.ui = openerp_gtk_builder('openerp.ui', ['win_main', 'accelgroup1']) File "/home/oli/work/bzr_repos/trunk/client/bin/common/common.py", line 230, in openerp_gtk_builder ui.add_objects_from_file(terp_path(openerp_file), objects) AttributeError: 'gtk.Builder' object has no attribute 'add_objects_from_file' This is probably because of revision 1972 ("replacing the gtk.glade (deprecated) by gtk.Builder"). If i update my tree to revision 1971, the client starts normally. I'm running gtk version '2.16.1' Thank you. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-client/+bug/885098/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp

