[web2py] Dropzone app thumbnail error in web2py appliances

2019-10-02 Thread dirman
'utf8' codec can't decode byte 0xb7 in position 0: invalid start byte Getting the above error as thumbnails are not showing. what could be the issue? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Prevent multiple logins from the same user using the same login credentials

2019-10-02 Thread Dave S
On Monday, September 30, 2019 at 2:12:13 AM UTC-7, Accessorize Withwah wrote: > > Is there a way to prevent a user from logging into my application multiple > times maybe using different devices or from different locations? > I came across some information somewhere that one could use* >

[web2py] Py4web - DB legacy db

2019-10-02 Thread Ari Lion BR Sp
Hi Massimo, Great evolution this new framework. Wanted to load legacy DataBase - and Dont Know how to load an old table as we use to do in web2py. I have tryed to put migrate=True , fake_migrate=True But no success. Thank you so much Best regards Ari - Brazil -- Resources: -

[web2py] Re: py4web T examples

2019-10-02 Thread greenpoise
In the Grid Example if I was to type anything on the search bar but clicked Create, it allows you to create the object but goes on a loop and does not finalize On Tuesday, October 1, 2019 at 10:35:07 PM UTC-7, Massimo Di Pierro wrote: > > Posted a couple of pluralization and

[web2py] Re: Py4web - DB legacy db

2019-10-02 Thread Massimo Di Pierro
It should work the same as in web2py. It is the same database abstraction layer. Do you have the model copied (or imported) your py4web app? Can you provide more info? On Wednesday, 2 October 2019 11:11:01 UTC-7, Ari Lion BR Sp wrote: > > Hi Massimo, > > Great evolution this new framework. >

[web2py] RuntimeError: No driver of supported ones ('pymongo',) is available

2019-10-02 Thread gb
import pymongo works fine from the python shell. However, I'm getting this error Failure to connect, tried 5 times: > Traceback (most recent call last): File > "/home/www-data/web2py/gluon/packages/dal/pydal/base.py", line 457, in > __init__ self._adapter = adapter(**kwargs) File >