Comment 23 for bug 337759

Revision history for this message
Schmirrwurst (schmirrwurst) wrote :

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 ?