← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 885098] Re: client crashes at startup

 

OS: Ubuntu 10.04
arch: x86_64
python: 2.6.2
gtk.ver: (2, 16, 1)

Tell me if you need other information.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
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


References