I had Ubuntu 8.10. I upgrade it to 9.04. I have Openerp5.0 server/client/web. It worked on 8.10 but not with 9.04.

Now when I try to launch my server using:

./openerp-server.py 

I have this error:

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

It seems that this version of openerp doesn't work with python2.6. Can I redirect openerp to use old version of Python?

link|improve this question
2  
This question is perhaps better suited to serverfault.com or superuser.com – Andre Miller Oct 7 '09 at 12:15
feedback

migrated from stackoverflow.com May 25 '10 at 4:18

This question came from our site for professional and enthusiast programmers.

3 Answers

please upgrade your openerp version to 5.0.6, and install python-lxml

link|improve this answer
feedback

You need to edit the conf file so that it runs with python2.5 explicitly.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown