c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #13705
[Bug 706414] Re: deb package should depend on python-lxml
You're correct, the dependency will be added soon!
Thanks for the detailed bug report!
** Changed in: openobject-client
Importance: Undecided => Medium
** Changed in: openobject-client
Status: New => In Progress
** Changed in: openobject-client
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
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:
In Progress
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
References