It is working by changing the following line in /usr/bin/openerp-server : from exec /usr/bin/python2.5 ./openerp-server.py to exec /usr/bin/python ./openerp-server.py
and doing the ln -s like Hilario suggested. In we could change this line in the package, and add the ln -s in the postinst file from the package, and submit an update ? -- openerp-server depends on python-xml and is therefore uninstallable ATM https://bugs.launchpad.net/bugs/337759 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
