BUILDBOT - Python ImportError: No module named BeautifulSoup

Bug #445246 reported by Jan Verlaan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openerp-buildbot
Fix Released
Undecided
Unassigned

Bug Description

testserver: http://test.openobject.com/

Added to addons-community in existing module account_bankimport a new import filter.
it seems that the buildbot had never tested this module before as from moment I added the filter a error is given by buildbot that it can not install the module because of missing python module.
Please install python module "BeautifulSoup" on buildbot server to pass the test.
apt-get install python-beautifulsoup

Trace:
[2009-10-06 18:40:07,301] ERROR:web-services:[17]: Exception in call: Traceback (most recent call last):
[2009-10-06 18:40:07,302] ERROR:web-services:[18]: File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/wizard/__init__.py", line 74, in execute_cr
[2009-10-06 18:40:07,303] ERROR:web-services:[19]: action_res = action(self, cr, uid, data, context)
[2009-10-06 18:40:07,305] ERROR:web-services:[20]: File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/addons/base/module/wizard/wizard_module_upgrade.py", line 183, in _upgrade_module
[2009-10-06 18:40:07,306] ERROR:web-services:[21]: db, pool = pooler.restart_pool(cr.dbname, update_module=True)
[2009-10-06 18:40:07,307] ERROR:web-services:[22]: File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/pooler.py", line 62, in restart_pool
[2009-10-06 18:40:07,309] ERROR:web-services:[23]: return get_db_and_pool(db_name, force_demo, status, update_module=update_module)
[2009-10-06 18:40:07,310] ERROR:web-services:[24]: File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/pooler.py", line 40, in get_db_and_pool
[2009-10-06 18:40:07,311] ERROR:web-services:[25]: addons.load_modules(db, force_demo, status, update_module)
[2009-10-06 18:40:07,312] ERROR:web-services:[26]: File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/addons/__init__.py", line 728, in load_modules
[2009-10-06 18:40:07,314] ERROR:web-services:[27]: r = load_module_graph(cr, graph, status, report=report)
[2009-10-06 18:40:07,315] ERROR:web-services:[28]: File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/addons/__init__.py", line 578, in load_module_graph
[2009-10-06 18:40:07,316] ERROR:web-services:[29]: register_class(package.name)
[2009-10-06 18:40:07,318] ERROR:web-services:[30]: File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/addons/__init__.py", line 400, in register_class
[2009-10-06 18:40:07,377] ERROR:web-services:[31]: imp.load_module(m, *fm)
[2009-10-06 18:40:07,378] ERROR:web-services:[32]: File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_addons/account_bankimport/__init__.py", line 36, in
[2009-10-06 18:40:07,379] ERROR:web-services:[33]: import bankimport
[2009-10-06 18:40:07,381] ERROR:web-services:[34]: File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_addons/account_bankimport/bankimport.py", line 40, in
[2009-10-06 18:40:07,382] ERROR:web-services:[35]: from BeautifulSoup import BeautifulSoup, SoupStrainer
[2009-10-06 18:40:07,383] ERROR:web-services:[36]: ImportError: No module named BeautifulSoup
Traceback (most recent call last):
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/netsvc.py", line 244, in dispatch
    result = LocalService(service_name)(method, *params)
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/netsvc.py", line 73, in __call__
    return getattr(self, method)(*params)
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/service/web_services.py", line 639, in execute
    return self._execute(db, uid, wiz_id, datas, action, context)
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/service/web_services.py", line 619, in _execute
    return wiz.execute(db, uid, self.wiz_datas[wiz_id], action, context)
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/wizard/__init__.py", line 178, in execute
    res = self.execute_cr(cr, uid, data, state, context)
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/wizard/__init__.py", line 74, in execute_cr
    action_res = action(self, cr, uid, data, context)
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/addons/base/module/wizard/wizard_module_upgrade.py", line 183, in _upgrade_module
    db, pool = pooler.restart_pool(cr.dbname, update_module=True)
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/pooler.py", line 62, in restart_pool
    return get_db_and_pool(db_name, force_demo, status, update_module=update_module)
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/pooler.py", line 40, in get_db_and_pool
    addons.load_modules(db, force_demo, status, update_module)
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/addons/__init__.py", line 728, in load_modules
    r = load_module_graph(cr, graph, status, report=report)
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/addons/__init__.py", line 578, in load_module_graph
    register_class(package.name)
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_server/bin/addons/__init__.py", line 400, in register_class
    imp.load_module(m, *fm)
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_addons/account_bankimport/__init__.py", line 36, in
    import bankimport
  File "/mnt/openerp-buildbot/openerp_buildbot_slave/Stable+Community/stable_openobject_addons/account_bankimport/bankimport.py", line 40, in
    from BeautifulSoup import BeautifulSoup, SoupStrainer
ImportError: No module named BeautifulSoup

Revision history for this message
Harry (OpenERP) (hmo-tinyerp) wrote :

python-beautifulsoup has installed now in integration server.

Thanks!

Changed in openobject-addons:
status: New → Fix Released
affects: openobject-addons → openerp-buildbot
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.