[web2py] Re: py4web - Deployment on GCloud (aka Google App Engine)

2020-04-16 Thread Jacinto Parga
Hi Andrew, How did you connect with Datastore. I mean, how did you configure db in settings.py? Thanks El lunes, 13 de abril de 2020, 0:38:35 (UTC+2), Andrew W escribió: > > Hi all, > Not a question but a tip for others experimenting with py4web on GCP App > Engine. > > Following the

[web2py] Re: SQLFORM labels and input boxes overlapping

2020-04-16 Thread Dave S
On Thursday, April 16, 2020 at 8:11:41 AM UTC-7, Jonsubs wrote: > > Hi everyone, > In some of my views using SQLFORM, specially when the label text is not > short, the input box overlaps and covers part of the label text. > > How can I avoid this? > > As this is automatically generated HTML, I

[web2py] Re: Web2py routes domains do not work for me anymore

2020-04-16 Thread Dave S
On Wednesday, April 15, 2020 at 5:31:48 PM UTC-7, Anatoli Hristov wrote: > > nothing in the web2py log file, file not even created! > > Have you set up the logging controls? There's logging.conf in the web2py folder. My quick search doesn't show where in the book this is described, but the

[web2py] Re: Getting an error that ends in "No driver of supported ones %s is available" % str(self.drivers) RuntimeError: No driver of supported ones ('psycopg2',) is available

2020-04-16 Thread Dave S
On Wednesday, April 15, 2020 at 4:52:50 PM UTC-7, Valdeck Rowe wrote: > > I've copied the psycopg2 package over to the web2py/site-packages folder, > added the packages folder to the path. Still nothing > > My copy isn't in site-packages, it's in gluon/contrib. > On Tuesday, April 14, 2020

[web2py] SQLFORM labels and input boxes overlapping

2020-04-16 Thread Jon Subscripted
Hi everyone, In some of my views using SQLFORM, specially when the label text is not short, the input box overlaps and covers part of the label text. How can I avoid this? As this is automatically generated HTML, I do not have clear where should I look. Regards, Jon.