Comment 24 for bug 337759

Revision history for this message
Jerome Warnier (jwarnier) wrote : Re: [Bug 337759] Re: openerp-server depends on python-xml and is therefore uninstallable ATM

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 ?
>
Do not forget the hard dependency on python2.5.