Comment 25 for bug 337759

Revision history for this message
jeroen poort (jpoort) wrote :

got it working with the latest bazaar checkout and a manual install of python-xml..

sudo apt-get install python2.5 python2.5-dev
download the python-xml from http://pyxml.sourceforge.net/topics/download.html or from sourceforge
in a shell extract the tar, and install python-xml ; python2.5 setup.py install
then run python2.5 ./openerp-server.py from the openerp server dir

ps: i tried " sudo cp /usr/lib/python2.6/dist-packages/oldxml/_xmlplus/utils/boolean.so /usr/lib/python2.5/site-packages/oldxml/_xmlplus/utils and other suggestions mentioned in the previous posts" before, but i wonder if that helped since it only worked after installing python xml by hand..

cheers