[web2py] Re: py4web sample errors

2019-12-28 Thread Massimo Di Pierro
was able to reproduce the date format issue. Not a bug, it simply is not currently handled. Let me think about it some more. On Saturday, 28 December 2019 16:18:05 UTC+1, Massimo Di Pierro wrote: > > Thanks for reporting this: > > Fixed these: > * _dashboard, when reloading Apps, examples

[web2py] Re: py4web sample errors

2019-12-28 Thread Massimo Di Pierro
Thanks for reporting this: Fixed these: * _dashboard, when reloading Apps, examples error: Table already defined: person * Local access 127.0.0.1:8000/whateverapp from 2 diferent browsers hungs Problem was that models.py MUST db.commit() Not sure about these. * Form usage: Date, Time,

[web2py] Re: py4web sample errors

2019-12-28 Thread JSalvat
Things that may need to be fixed: * _dashboard, when reloading Apps, examples error: Table already defined: person * Form usage: Date, Time, Integer and Decimal widgets don't show. Date does not use browser's local date format. * Grid *create*: Boolean widget does not show selected state. *

[web2py] Re: 'Mongo' object has no attribute 'server_version_major

2019-12-28 Thread Massimo Di Pierro
Can you provide an example to reproduce? It seems to run the mongo tests fine on travis: https://travis-ci.org/web2py/pydal/jobs/629956078 On Saturday, 28 December 2019 09:53:36 UTC+1, YLa wrote: > > Hi Massimo, > > I am seeing: 'Mongo' object has no attribute 'server_version_major'" > >

Re: [web2py] warning: new pydal

2019-12-28 Thread Yael Lador
Hi Massimo, I am seeing: 'Mongo' object has no attribute 'server_version_major'" S'Traceback (most recent call last):\n File "/opt/python/current/app/gluon/restricted.py", line 219, in restricted\nexec(ccode, environment)\n File "/opt/python/bundle/2/app/applications/beengo/models/db.py",

[web2py] 'Mongo' object has no attribute 'server_version_major

2019-12-28 Thread YLa
Hi Massimo, I am seeing: 'Mongo' object has no attribute 'server_version_major'" S'Traceback (most recent call last):\n File "/opt/python/current/app/gluon/restricted.py", line 219, in restricted\n exec(ccode, environment)\n File