Hello All!!! I had same problem on Gentoo. I forced Gentoo to update gtk+-2.20 to gtk+-2.22, pygtk-2.17 to pygtk-2.22 and all related packages (12 hours compile and check all!!!). Now, OpenERP GTK Client is running fine!!! I don't invertigate this problem in deep, but, I think that It's a gtk and pygtk problem. Thanks!!!
-- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. https://bugs.launchpad.net/bugs/652649 Title: Client crashes unexpectadly li Status in OpenERP GTK Client: Invalid Bug description: /usr/local/src/trunk/bin/modules/gui/window/tree.py:140: Warning: invalid cast from `GtkHBox' to `GtkMisc' rb.set_icon_widget(hb) /usr/local/src/trunk/bin/modules/gui/window/tree.py:140: GtkWarning: gtk_misc_set_alignment: assertion `GTK_IS_MISC (misc)' failed rb.set_icon_widget(hb) /usr/local/src/trunk/bin/modules/gui/window/tree.py:145: Warning: invalid cast from `GtkHBox' to `GtkMisc' wid.insert(rb, -1) /usr/local/src/trunk/bin/modules/gui/window/tree.py:145: GtkWarning: gtk_misc_set_alignment: assertion `GTK_IS_MISC (misc)' failed wid.insert(rb, -1) Traceback (most recent call last): File "/usr/local/src/trunk/bin/widget/view/list.py", line 270, in on_iter_next i = node.list_group.lst.index(node) + 1 AttributeError: 'list' object has no attribute 'list_group' Fatal Python error: GC object already tracked Aborted (core dumped) This is the output from the client. _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

