Comment 2 for bug 337759

Revision history for this message
Z (zwahri) wrote :

Heh, after installing cleanly it still doesn't run:

1.)
The README.Debian states the startup script is located in
     /usr/sbin/openerp-server
while it's in
    /usr/bin/openerp-server

2.) Seems like python-xml is really needed:

#su - postgres -c "/usr/bin/openerp-server --init=all --config=/etc/openerp-server.conf --stop-after-init"
ERROR: Import xpath module
ERROR: Try to install the old python-xml package

It's installed obviously, since python-xml is a dependency.