- Solve the python 2.5 problem: Make sure you have python2.5 installed. sudo apt-get install python2.5 Then you have to be sure that the server starts with python2.5, not python (that's the 2.6 version). So if you have an openerp-server script, change the 'exec /usr/bin/python ./openerp-server.py' to 'exec /usr/bin/python2.5 ./openerp-server.py'
- Solve python-xml. A file is missing from the python-xml package, boolean.so .That has to be compiled from source and copied to /usr/lib/python2.5/site-packages/oldxml/_xmlplus/utils . The instructions for compiling would be too long to describe here; If you write me here or on the irc channel, I'll send you my already compiled version or describe the necessary steps in detail.
Update: Finally the deprecated libs were removed, the latest bzr 5.0 and trunk work on new Ubuntus.
Thank you Dukai for good posts. I think you can put somewhere your compiled version and share.
ReplyDeleteCan you email-me the file?
ReplyDeletepaulino1(at)sapo.pt
Thank you
Paulino
Alternatively one can make a symbolic link at /usr/lib/python2.5/site-packages/oldxml/_xmlplus/utils to /usr/lib/python2.6/dist-packages/oldxml/_xmlplus/utils/boolean.so
ReplyDeleteIt works
You may create a symbolic link like this in Jaunty:
ReplyDelete$ sudo ln -s /usr/lib/python2.6/dist-packages/oldxml/_xmlplus/utils/boolean.so /usr/lib/python2.6/dist-packages/_xmlplus/utils/boolean.so
oh thats cool i was looking some like this
ReplyDeleteCan you email me the file?
ReplyDeletechriss963@hotmail.com
thank you
Hi Dukai,
ReplyDeleteGreat post. Could you email me the file please? purpletullip (at) gmail com
No link is needed. So under Ubuntu 9.04 install the openerp server and client 5 packages with Synaptic.
ReplyDeleteThen modify the /usr/bin/openerp-server file as described above (make it point to python2.5).
Then create this link:
sudo ln -s /usr/lib/python2.6/dist-packages/oldxml/_xmlplus/utils/boolean.so /usr/lib/python2.5/site-packages/oldxml/_xmlplus/utils/boolean.so
You're all set!
Hi,
ReplyDeletethis howto describes how you can install OpenERP 5 on Jaunty. Written in spanish, but pretty easy to follow.
Worked perfectly for me.
http://www.aulaerp.com/aula/mod/resource/view.php?id=151
(Just log in as guest.)
Cheers,
ilozv
Any luck with 9.10. I have been struggling to install on Ubuntu 9.10 without luck.
ReplyDeleteTake out "oldxml" folder for making the symbolic link
ReplyDelete