← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 872925] Re: install trunk : script openerp-client miss egg folder in path

 

hello xavinsky,

It seems that setuptools that has been used to build and install openerp
in setup.py in the trunk version replacing the distutils package that
was used previously. As setuptools do create an .egg folder
intensionally. so may be we need to calculate the path accordindly(as
you have in your merge proposal)  but I dont think its a platform
related bug. It should be reproduced on any platform . I reproduced it
on Linux Naresh 2.6.38-12-generic #51-Ubuntu SMP Wed Sep 28 14:25:20 UTC
2011 i686 i686 i386 GNU/Linux both on python2.6 and python2.7.

So what I think is we will need this changes in the mydistutils.py .

What do you think ? or am I missing something ?


Regards,

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

Title:
  install trunk : script openerp-client miss egg folder in path

Status in OpenERP GTK Client:
  Confirmed

Bug description:
  Install on linux (debian with ou wothout virtualenv)
  after the 
  python setup.py install
  when I use openerp-client command :
  <pathbin>/bin/openerp-client: 2: cd: can't cd to <pathlib>/lib/python2.7/site-packages/openerp-client

  because the path miss the egg folder :
  <pathlib>/lib/python2.7/site-packages/openerp_client-6.1dev-py2.7.egg/openerp-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client/+bug/872925/+subscriptions


References