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

cheers
-- 
Richard PALO

-- 
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/572CAF39.6080409%40netbsd.org.

Reply via email to