Re: [web2py] warning: new pydal

2020-01-03 Thread Leonel Câmara
Actually the problem kind of is mine (oopsies) because I updated my app validators to the new style using the validate method instead of __call__, so it's not a web2py backwards compatibility problem I think, since the old way to do validators should work fine. -- Resources: -

[web2py] web2py and py4web - single signon between the two

2020-01-03 Thread Jim S
Hi I have a large web2py application that I want to start migrating to py4web. I don't want the users to necessarily know or care which stack is running a particular page within that large app so would like only one signon. How can I set it up so that users authenticate to py4web and then

Re: [web2py] warning: new pydal

2020-01-03 Thread Massimo Di Pierro
I just pushed a new version of web2py linking the new pydal. Can you check if this error is still present. I have been unable to test it but the error is not present in travis-ci On Saturday, 28 December 2019 09:53:36 UTC+1, YLa wrote: > > Hi Massimo, > > I am seeing: 'Mongo' object has no

[web2py] web2py issue import module pynetdicom

2020-01-03 Thread Johannes Schmidt
Hello, I am new to this forum and to web2py in general. Thx to the great turotials till now everything works perfect. But now i am facing an issue i can't solve / can't understand. I installed a module pynetdicom (via pip) and copied the files into my application/modules folder. from