Ok,

I solved my problem.
First obviously, easyinstall didn't do the correct job : 
https://bugs.launchpad.net/openerp-product-attributes/+bug/1190658

So I installed pip, make an update of pip :
* pip install setuptools --no-use-wheel --upgrade
* pip install -U pip

Then desinstall BeautifoulSoup :
* pip uninstall BeautifoulSoup

Then reinstall BeautifoulSoup :
* pip install BeautifoulSoup

It works,

Thanks

** Changed in: banking-addons
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Banking
Addons Core Editors, which is subscribed to Banking Addons.
https://bugs.launchpad.net/bugs/1248312

Title:
  Install Issue : beautifulsoup not recognized

Status in OpenERP Banking Addons:
  Invalid

Bug description:
  Hy,

  I'm running linux, python 2.7, OERP7.0.
  I've installed beautiful soup with easyinstall with success. I've downloaded 
the 7.0 branch and install the sepa transfer without any problem.
  Then I've downloaded the branch  
lp:~akretion-team/banking-addons/70-sepa-direct-debit and try on a fresh 
install to install the "same" module in this new branch.
  I have this error :
  ERROR upa_prod openerp.netsvc: Error
  Unable to install module "account_banking" because an external dependency is 
not met: No module named BeautifulSoup
  Traceback (most recent call last):
  .../...
  except_osv: ('Error', u'Unable to install module "account_banking" because an 
external dependency is not met: No module named BeautifulSoup')

  Yet the BeautifulSoup was installed.
  I retry with a newer version of Beautiful soup without success :
  beautifulsoup4  - 4.3.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/banking-addons/+bug/1248312/+subscriptions

-- 
Mailing list: https://launchpad.net/~banking-addons-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~banking-addons-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to