← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 876308] Re: setup.py don't work : 'addons/base' does not exist

 

Path for this bug.
https://code.launchpad.net/~xavinsky/openerp-web/trunk-bug-876308-xavinsky

  Merge proposal
https://code.launchpad.net/~xavinsky/openerp-web/trunk-bug-876308-xavinsky/+merge/79527

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/876308

Title:
  setup.py don't work : 'addons/base' does not exist

Status in OpenERP Web:
  New

Bug description:
  When install :

  python setup.py develop
  running develop
  running egg_info
  creating openerp_web.egg-info
  writing requirements to openerp_web.egg-info/requires.txt
  writing openerp_web.egg-info/PKG-INFO
  writing top-level names to openerp_web.egg-info/top_level.txt
  writing dependency_links to openerp_web.egg-info/dependency_links.txt
  writing manifest file 'openerp_web.egg-info/SOURCES.txt'
  package init file 'addons/__init__.py' not found (or not a regular file)
  error: package directory 'addons/base' does not exist

  and

  python setup.py install
  running install
  running bdist_egg
  running egg_info
  writing requirements to openerp_web.egg-info/requires.txt
  writing openerp_web.egg-info/PKG-INFO
  writing top-level names to openerp_web.egg-info/top_level.txt
  writing dependency_links to openerp_web.egg-info/dependency_links.txt
  package init file 'addons/__init__.py' not found (or not a regular file)
  error: package directory 'addons/base' does not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/876308/+subscriptions


References