c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15755
[Bug 716585] Re: setup.py doesn't work with new directory structure
Looks like this is a repeat of 715667
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/716585
Title:
setup.py doesn't work with new directory structure
Status in OpenERP Server:
New
Bug description:
I pulled the latest revision from Bazaar and the bin directory was
restructured to put most of the old files in a new openerp directory.
But the setup.py file is still looking for files that were moved from
the bin.
If I run ./setup,py build I get the following:
File "./setup.py", line 47, in <module>
execfile(join('bin', 'release.py'))
IOError: [Errno 2] No such file or directory: 'bin/release.py'
I fixed this line but there are still others that were beyond my
expertise.
References