Comment 14 for bug 337759

Revision history for this message
Jonathan Harker (jonathanharker) wrote :

Just to confirm - on jaunty I had the following errors trying to run openerp-server:

ERROR: Import xpath module
ERROR: Try to install the old python-xml package

Using bernard-sauterel's suggested

export PY_USE_XMLPLUS=YES

changed the errors to

[2009-04-07 14:48:23,126] INFO:server:version - 5.0.0
[2009-04-07 14:48:23,129] INFO:server:addons_path - /usr/lib/openerp-server/addons
[2009-04-07 14:48:23,129] INFO:server:database hostname - localhost
[2009-04-07 14:48:23,129] INFO:server:database port - 5432
[2009-04-07 14:48:23,130] INFO:server:database user - xxxx
[2009-04-07 14:48:23,130] INFO:objects:initialising distributed objects services
/usr/lib/python2.6/sets.py:85: DeprecationWarning: functions overriding warnings.showwarning() must support the 'line' argument
  stacklevel=2)
/usr/lib/openerp-server/addons/__init__.py:26: DeprecationWarning: the sets module is deprecated
  from sets import Set