c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15763
[Bug 716585] Re: setup.py doesn't work with new directory structure
*** This bug is a duplicate of bug 715667 ***
https://bugs.launchpad.net/bugs/715667
** This bug has been marked a duplicate of bug 715667
[6.0 trunk] setup stops with missing file(s)
* You can subscribe to bug 715667 by following this link: https://bugs.launchpad.net/openobject-server/+bug/715667/+subscribe
--
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