Hello Stefan Rijnhart (Therp), Thanks for reporting !
The respective dependency has been added on trunk client with the merge proposal from P. Christeas <[email protected]> lp:~xrg/openobject-client/stable-fix-debian which was merged at revision-info as [email protected] on trunk client. Thanks, ** Changed in: openobject-client Status: In Progress => Fix Released -- 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/706414 Title: deb package should depend on python-lxml Status in OpenERP GTK Client: Fix Released Bug description: The OpenERP client package for Debian-like systems does not run on a freshly installed system, due to a missing dependency on python-lxml. See below for the exact way to reproduce. Running Ubuntu Maverick, but the same problem probably occurs on alternative systems. Installing python-lxml fixes the problem. $ wget http://www.openerp.com/download/stable/deb/openerp-client_6.0.1-0_all.deb $ sudo gdebi -n openerp-client_6.0.1-0_all.deb [...] $ openerp-client Traceback (most recent call last): File "./openerp-client.py", line 105, in <module> import modules File "/usr/share/pyshared/openerp-client/modules/__init__.py", line 23, in <module> import gui File "/usr/share/pyshared/openerp-client/modules/gui/__init__.py", line 22, in <module> import main File "/usr/share/pyshared/openerp-client/modules/gui/main.py", line 39, in <module> from window import win_preference, win_extension File "/usr/share/pyshared/openerp-client/modules/gui/window/__init__.py", line 25, in <module> import form File "/usr/share/pyshared/openerp-client/modules/gui/window/form.py", line 31, in <module> import win_search File "/usr/share/pyshared/openerp-client/modules/gui/window/win_search.py", line 32, in <module> from widget.screen import Screen File "/usr/share/pyshared/openerp-client/widget/screen/__init__.py", line 22, in <module> from screen import Screen File "/usr/share/pyshared/openerp-client/widget/screen/screen.py", line 21, in <module> from lxml import etree ImportError: No module named lxml _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

