new setup

Asked by Gerhard du Toit

What's up with the setup procedure. I suddenly get this

sudo python setup.py install
Traceback (most recent call last):
  File "setup.py", line 47, in <module>
    execfile(join('bin', 'release.py'))
IOError: [Errno 2] No such file or directory: 'bin/release.py'

Everything looks different
Please advise?

Question information

Language:
Spanish (Venezuela) Edit question
Status:
Solved
For:
Debian Edit question
Assignee:
No assignee Edit question
Solved by:
Vo Minh Thu
Solved:
Last query:
Last reply:
Revision history for this message
Best Vo Minh Thu (thu) said :
#1

Gerhard,

Following some important changes to the organisation of the openerp server code, the setup.py ceased to work properly. A bug as been filled here: https://bugs.launchpad.net/openobject-server/+bug/715667

As stated in the bug comments, a salution is being prepared at https://code.launchpad.net/~openerp-dev/openobject-server/trunk-bug-715667-vmt

I hope this can help a bit and we should be able to have a clean setup.py file in the days to come.

Revision history for this message
Gerhard du Toit (gdutoit) said :
#2

Many thanks, will follow.

Revision history for this message
Gerhard du Toit (gdutoit) said :
#3

Thanks Vo Minh Thu (OpenERP), that solved my question.