I've found out the following in openerp-server.py
# ubuntu 8.04 has obsoleted `pyxml` package and installs here.
# the path needs to be updated before any `import xml`
# TODO: remove PyXML dependencies, use lxml instead.
#----------------------------------------------------------
_oldxml = '/usr/lib/python%s/site-packages/oldxml' % sys.version[:3]
if os.path.exists(_oldxml):
sys.path.append(_oldxml)
According to this, lxml is to use instead of pyxml ??
But I could not found boolean.so in lxml ??
** Also affects: lxml
Importance: Undecided
Status: New
** Attachment removed: "openerp-server_5.0.0-3-1ubuntu3.debdiff"
http://launchpadlibrarian.net/26540362/openerp-server_5.0.0-3-1ubuntu3.debdiff
** Also affects: lxml (Ubuntu)
Importance: Undecided
Status: New
--
openerp-server depends on python-xml and is therefore uninstallable ATM
https://bugs.launchpad.net/bugs/337759
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs