I got the files from http://www.openerp.com/download/stable/deb/openerp- server_6.0.1-0_all.deb and everything is ok
md5sum www.openerp.com/download/stable/deb/openerp-server_6.0.1-0_all.deb b84c8e3ec4e1ad0eb3688ef0629683ec www.openerp.com/download/stable/deb/openerp-server_6.0.1-0_all.deb $ ls -altr /usr/share/pyshared/openerp-server/addons/base_tools/__openerp__.py -rw-r--r-- 1 root root 348 2011-01-19 12:41 /usr/share/pyshared/openerp-server/addons/base_tools/__openerp__.py -- 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/706227 Title: No module named base_tools Status in OpenERP Modules (addons): In Progress Bug description: I've just installed OpenERP 6 from Debian/Ubuntu packages. When I create a new database, it fails while configuring some addons. Environment Information : System : Linux-2.6.32-27-generic-pae-i686-with-Ubuntu-10.04-lucid OS Name : posix Distributor ID: Ubuntu Description: Ubuntu 10.04.1 LTS Release: 10.04 Codename: lucid Operating System Release : 2.6.32-27-generic-pae Operating System Version : #49-Ubuntu SMP Thu Dec 2 00:07:52 UTC 2010 Operating System Architecture : 32bit Operating System Locale : fr_FR.UTF8 Python Version : 2.6.5 OpenERP-Client Version : 6.0.1 Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last): File "/usr/share/pyshared/openerp-server/netsvc.py", line 489, in dispatch result = ExportService.getService(service_name).dispatch(method, auth, params) File "/usr/share/pyshared/openerp-server/service/web_services.py", line 599, in dispatch res = fn(db, uid, *params) File "/usr/share/pyshared/openerp-server/osv/osv.py", line 122, in wrapper return f(self, dbname, *args, **kwargs) File "/usr/share/pyshared/openerp-server/osv/osv.py", line 176, in execute res = self.execute_cr(cr, uid, obj, method, *args, **kw) File "/usr/share/pyshared/openerp-server/osv/osv.py", line 167, in execute_cr return getattr(object, method)(cr, uid, *args, **kw) File "/usr/share/pyshared/openerp-server/addons/base/res/res_config.py", line 167, in action_next next = self.execute(cr, uid, ids, context=None) File "/usr/share/pyshared/openerp-server/addons/account/installer.py", line 571, in execute super(account_installer, self).execute(cr, uid, ids, context=context) File "/usr/share/pyshared/openerp-server/addons/base/res/res_config.py", line 397, in execute new_db, self.pool = pooler.restart_pool(cr.dbname, update_module=True) File "/usr/share/pyshared/openerp-server/pooler.py", line 60, in restart_pool return get_db_and_pool(db_name, force_demo, status, update_module=update_module) File "/usr/share/pyshared/openerp-server/pooler.py", line 39, in get_db_and_pool addons.load_modules(db, force_demo, status, update_module) File "/usr/share/pyshared/openerp-server/addons/__init__.py", line 883, in load_modules processed_modules.extend(load_module_graph(cr, graph, status, report=report, skip_modules=processed_modules)) File "/usr/share/pyshared/openerp-server/addons/__init__.py", line 716, in load_module_graph register_class(package.name) File "/usr/share/pyshared/openerp-server/addons/__init__.py", line 448, in register_class fm = imp.find_module(m, ad_paths) ImportError: No module named base_tools _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

