Re: [tryton] migration from 3.8 -> 4.0 with webdav

2016-05-06 Thread Cédric Krier
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  makes no difference)
> > richard@omnis:/home/richard/src$ trytond2.7 -c trytond.conf --all -d  
> > Traceback (most recent call last):
> >   File "/opt/local/bin/trytond2.7", line 17, in 
> > from trytond.application import app
> >   File "/opt/local/lib/python2.7/site-packages/trytond/application.py", 
> > line 8, in 
> > 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 
> > from . import caldav
> >   File 
> > "/opt/local/lib/python2.7/site-packages/trytond/modules/calendar/caldav.py",
> >  line 11, in 
> > 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: cedric.kr...@b2ck.com
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.


[tryton] migration from 3.8 -> 4.0 with webdav

2016-05-06 Thread Richard PALO
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  makes no difference)
> richard@omnis:/home/richard/src$ trytond2.7 -c trytond.conf --all -d  
> Traceback (most recent call last):
>   File "/opt/local/bin/trytond2.7", line 17, in 
> from trytond.application import app
>   File "/opt/local/lib/python2.7/site-packages/trytond/application.py", line 
> 8, in 
> 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 
> from . import caldav
>   File 
> "/opt/local/lib/python2.7/site-packages/trytond/modules/calendar/caldav.py", 
> line 11, in 
> 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.