← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 715667] Re: [6.0 trunk] setup stops with missing file(s)

 

I will help you, but in the future please keep bug reports relevant to
bug reports. Every time we type a message, it is sent to everyone in the
mailing list so they do not want to hear about questions.

The answer is, the path you specified above is probably your
installation directory. When you get the sources from launchpad you
branch them at the same time they are downloaded like this

bzr branch lp:openobject-server server
This creates the branched folder. When we use bzr pull we are asking for updated changes. By doing this, we do not have to install the software, and can get updates easily. If we have a problem with a version like the current trunk we do 

bzr revert --revision 3350
which in my opinion is the only revision working right now. The newest one reported in the bug here, has many missing files and is unusable currently.

When you run the application you do not do python setup.py install. you
go to the bin directory and do python openerp-server.py

if you have your own configuration file then you add
--conf=/path/toconfig. This should tell you everything you need to know
to get it working.

-- 
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/715667

Title:
  [6.0 trunk] setup stops with missing file(s)

Status in OpenERP Server:
  In Progress

Bug description:
  hi there,

  The new changes from last night broke the setup process.
  running python setup.py install on the folder, setup fails to find file 'release.py' as there is a important move from 'bin' to 'openerp' folders. correcting this leads to other errors. 

  thank you!



References