← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 716585] [NEW] setup.py doesn't work with new directory structure

 

Public bug reported:

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.

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
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.





Follow ups

References