Dear Bogdan, I just marked it as duplicate by mistake, I already unchecked it after your 1st. message.
We are currently adapting all caldav related modules to trunk. Regards -- You received this bug notification because you are a member of OpenERP Framework Experts, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/922526 Title: [6.1 trunk] [crm_caldav,caldav] import error Status in OpenERP Addons (modules): Incomplete Bug description: Hello, I tryied to update a database with latest trunk server, client and addons. unfortunatelly, the update /launch gives a critical error on initialising crm_caldav, due to another error in module caldav (apparently a naming issue) here is the log: [2012-01-27 10:51:00,339][bs_02] INFO:init.load:module crm_caldav: loading objects [2012-01-27 10:51:00,339][bs_02] INFO:init:module crm_caldav: registering objects [2012-01-27 10:51:00,357][bs_02] WARNING:init: Ambiguous import: the OpenERP module `caldav` is shadowed by another module (available at /usr/local/lib/python2.7/dist-packages/caldav-0.1.8-py2.7.egg/caldav). To import it, use `import openerp.addons.<module>.`. No LSB modules are available. [2012-01-27 10:51:01,141][bs_02] CRITICAL:init:[01]: [2012-01-27 10:51:01,142][bs_02] CRITICAL:init:[02]: Environment Information : [2012-01-27 10:51:01,142][bs_02] CRITICAL:init:[03]: System : Linux-3.0.0-15-generic-i686-with-Ubuntu-11.10-oneiric [2012-01-27 10:51:01,142][bs_02] CRITICAL:init:[04]: OS Name : posix [2012-01-27 10:51:01,142][bs_02] CRITICAL:init:[05]: Distributor ID: Ubuntu [2012-01-27 10:51:01,142][bs_02] CRITICAL:init:[06]: Description: Ubuntu 11.10 [2012-01-27 10:51:01,143][bs_02] CRITICAL:init:[07]: Release: 11.10 [2012-01-27 10:51:01,144][bs_02] CRITICAL:init:[08]: Codename: oneiric [2012-01-27 10:51:01,144][bs_02] CRITICAL:init:[09]: Operating System Release : 3.0.0-15-generic [2012-01-27 10:51:01,144][bs_02] CRITICAL:init:[10]: Operating System Version : #26-Ubuntu SMP Fri Jan 20 15:59:53 UTC 2012 [2012-01-27 10:51:01,144][bs_02] CRITICAL:init:[11]: Operating System Architecture : 32bit [2012-01-27 10:51:01,144][bs_02] CRITICAL:init:[12]: Operating System Locale : fr_CH.UTF-8 [2012-01-27 10:51:01,145][bs_02] CRITICAL:init:[13]: Python Version : 2.7.2+ [2012-01-27 10:51:01,145][bs_02] CRITICAL:init:[14]: OpenERP-Server Version : 6.1rc1 [2012-01-27 10:51:01,145][bs_02] CRITICAL:init:[15]: Couldn't load module crm_caldav No LSB modules are available. [2012-01-27 10:51:01,485][bs_02] CRITICAL:init:[01]: [2012-01-27 10:51:01,486][bs_02] CRITICAL:init:[02]: Environment Information : [2012-01-27 10:51:01,486][bs_02] CRITICAL:init:[03]: System : Linux-3.0.0-15-generic-i686-with-Ubuntu-11.10-oneiric [2012-01-27 10:51:01,487][bs_02] CRITICAL:init:[04]: OS Name : posix [2012-01-27 10:51:01,487][bs_02] CRITICAL:init:[05]: Distributor ID: Ubuntu [2012-01-27 10:51:01,487][bs_02] CRITICAL:init:[06]: Description: Ubuntu 11.10 [2012-01-27 10:51:01,487][bs_02] CRITICAL:init:[07]: Release: 11.10 [2012-01-27 10:51:01,488][bs_02] CRITICAL:init:[08]: Codename: oneiric [2012-01-27 10:51:01,488][bs_02] CRITICAL:init:[09]: Operating System Release : 3.0.0-15-generic [2012-01-27 10:51:01,488][bs_02] CRITICAL:init:[10]: Operating System Version : #26-Ubuntu SMP Fri Jan 20 15:59:53 UTC 2012 [2012-01-27 10:51:01,488][bs_02] CRITICAL:init:[11]: Operating System Architecture : 32bit [2012-01-27 10:51:01,489][bs_02] CRITICAL:init:[12]: Operating System Locale : fr_CH.UTF-8 [2012-01-27 10:51:01,489][bs_02] CRITICAL:init:[13]: Python Version : 2.7.2+ [2012-01-27 10:51:01,492][bs_02] CRITICAL:init:[14]: OpenERP-Server Version : 6.1rc1 [2012-01-27 10:51:01,492][bs_02] CRITICAL:init:[15]: cannot import name calendar [2012-01-27 10:51:01,493][bs_02] ERROR:root:Failed to initialize database `bs_02`. Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/openerp-6.1rc1-py2.7.egg/EGG-INFO/scripts/openerp-server", line 95, in preload_registry db, registry = openerp.pooler.get_db_and_pool(dbname, update_module=config['init'] or config['update'], pooljobs=False) File "/usr/local/lib/python2.7/dist-packages/openerp-6.1rc1-py2.7.egg/openerp/pooler.py", line 33, in get_db_and_pool registry = RegistryManager.get(db_name, force_demo, status, update_module, pooljobs) File "/usr/local/lib/python2.7/dist-packages/openerp-6.1rc1-py2.7.egg/openerp/modules/registry.py", line 138, in get update_module, pooljobs) File "/usr/local/lib/python2.7/dist-packages/openerp-6.1rc1-py2.7.egg/openerp/modules/registry.py", line 160, in new openerp.modules.load_modules(registry.db, force_demo, status, update_module) File "/usr/local/lib/python2.7/dist-packages/openerp-6.1rc1-py2.7.egg/openerp/modules/loading.py", line 335, in load_modules processed = load_marked_modules(cr, graph, states_to_load, force, status, report, loaded_modules) File "/usr/local/lib/python2.7/dist-packages/openerp-6.1rc1-py2.7.egg/openerp/modules/loading.py", line 254, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules) File "/usr/local/lib/python2.7/dist-packages/openerp-6.1rc1-py2.7.egg/openerp/modules/loading.py", line 167, in load_module_graph register_module_classes(package.name) File "/usr/local/lib/python2.7/dist-packages/openerp-6.1rc1-py2.7.egg/openerp/modules/module.py", line 405, in register_module_classes __import__('openerp.addons.' + m) File "/usr/local/lib/python2.7/dist-packages/openerp-6.1rc1-py2.7.egg/openerp/modules/module.py", line 138, in load_module mod = imp.load_module(module_name, f, path, descr) File "/home/openerp/addons/crm_caldav/__init__.py", line 23, in <module> import crm_caldav File "/home/openerp/addons/crm_caldav/crm_caldav.py", line 24, in <module> from caldav import calendar ImportError: cannot import name calendar thank you for looking into it. regards, Bogdan To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/922526/+subscriptions -- Mailing list: https://launchpad.net/~credativ Post to : [email protected] Unsubscribe : https://launchpad.net/~credativ More help : https://help.launchpad.net/ListHelp

