On 2016-05-06 16:50, Richard PALO wrote: > Is there a 4.0 migration guide that indicates how deal with webdav? > I can only find mention of 3.8. > > I'm experiencing the following (actually --all -d <db> makes no difference) > > richard@omnis:/home/richard/src$ trytond2.7 -c trytond.conf --all -d <mydb> > > Traceback (most recent call last): > > File "/opt/local/bin/trytond2.7", line 17, in <module> > > from trytond.application import app > > File "/opt/local/lib/python2.7/site-packages/trytond/application.py", > > line 8, in <module> > > Pool.start() > > File "/opt/local/lib/python2.7/site-packages/trytond/pool.py", line 97, > > in start > > register_classes() > > File > > "/opt/local/lib/python2.7/site-packages/trytond/modules/__init__.py", line > > 362, in register_classes > > mod_file, pathname, description) > > File > > "/opt/local/lib/python2.7/site-packages/trytond/modules/calendar/__init__.py", > > line 5, in <module> > > from . import caldav > > File > > "/opt/local/lib/python2.7/site-packages/trytond/modules/calendar/caldav.py", > > line 11, in <module> > > from trytond.protocols.webdav import TrytonDAVInterface, CACHE, \ > > ImportError: No module named webdav > > I have built trytond_webdav (4.0.1) and installed it, all the other modules > used have been updated to 4.0.0
First, it is trytond-admin that manages now the upgrade. And clearly you don't have an up to date calendar module. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/20160506165545.GI13326%40tetsuo.
