[web2py] Re: MySQL server has gone away - py4web

2020-02-21 Thread Marcello
It's 20191227.1 On Friday, February 21, 2020 at 12:48:32 AM UTC-3, Massimo Di Pierro wrote: > > Can you check which version of pydal you are using? > Need to decide whether to make this the default behavior > > On Tuesday, 18 February 2020 03:35:47 UTC-8, Marcello wrote: >> >> Hi Massimo, >>

[web2py] How to use conda installed packages in web2py

2020-02-21 Thread Davidiam
Hi, We have an application that requires the pandas package. We thought we could just install pandas in the conda environment used for running web2py, but when we do "import pandas" in web2py we get an error message that it can't find pandas and it seems to be looking for pandas in the modules

[web2py] unexpected end of stream - py4web

2020-02-21 Thread Edoardo Torrini
Hi I create a project client/server compose by an application mobile (client) and a webservice (py4web). the application create request to the webservice and the server reply. I add a request scheduling using the celery and redis. I follow pass for pass the guide on the official py4web site. th

[web2py] py4web issue on get requests

2020-02-21 Thread Edoardo Torrini
Good morning, I am a software developer and I want to create a project client-server. The client is wrote in c# with xamarine and the server on py4web. The client create request with some parameters and the server reply with a data in json form. I use celery for scheduling the request and I creat

Re: [web2py] Re: ERROR on Request

2020-02-21 Thread Lovedie JC
Thanks. I switched to it. Regards On Fri, Feb 21, 2020, 06:58 Massimo Di Pierro wrote: > in py4web request is the bottlepy request. > https://bottlepy.org/docs/dev/api.html#the-request-object > There is no now. > > You can use datetime.timetime.now() > > On Tuesday, 18 February 2020 08:34:51 UTC

[web2py] Re: py4web issue on get requests

2020-02-21 Thread Dave S
On Friday, February 21, 2020 at 8:38:08 PM UTC-8, Edoardo Torrini wrote: > > Good morning, > [image: task prd - py4web.png] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Someone know why the operation create this type of exception, I try using > a request with