Re: [web2py] Enjoying web2py

2019-04-18 Thread Carlos Costa
 Em qui, 18 de abr de 2019 às 08:25, Kevin Keller escreveu: > Just wanted to say that im working on app on an old Acer one 32 bit 2gb > machine with web2py, midori as Browser and Vim as code editor and I'm > enjoying it a lot! > > Thanks for creating such a great batteries included framework.

Re: [web2py] Re: Web3py

2019-04-18 Thread Carlos Cesar Caballero Díaz
Hi Massimo, here is it: https://github.com/cccaballero/pydal-orm. I think including something like this with pydal will be a really good improvement. Greetings. El 12/4/19 a las 4:33 p.m., Massimo Di Pierro escribió: Can you make it a module on pypi? Or should we include it in pydal? --

[web2py] Re: howto prevent XSS in json data

2019-04-18 Thread Alex
This also happens with the latest web2py version 2.18.5 I've opened an issue here: https://github.com/web2py/web2py/issues/2182 On Wednesday, April 17, 2019 at 2:54:00 PM UTC+2, Leonel Câmara wrote: > > Please open an issue, you're right, this is a bug and a security problem, > it's also very

[web2py] web2py-2.18.5/python3 profile page: AttributeError: 'FieldVirtual' object has no attribute 'compute'

2019-04-18 Thread Octavian G
Hello, Receiving the following exception when visiting the profile page. App is migrated from 2.13.4, virtual fields in auth_user extra fields are: Field.Virtual('field_a', lambda row: function_a(row.auth_user.id)), Field.Virtual('field_b', lambda row: function_b(row.auth_user.id))] File

[web2py] Re: How to set up email notification for a failed scheduler task?

2019-04-18 Thread 黄祥
yes, it's possible ref: http://web2py.com/books/default/chapter/29/08/emails-and-sms?search=scheduler#Sending-messages-using-a-background-task http://web2py.com/books/default/chapter/29/04/the-core?search=scheduler#web2py-Scheduler best regards, stifan -- Resources: - http://web2py.com -

[web2py] Re: Virtual Fields do not show in "details" view and are not searchable

2019-04-18 Thread Seth J
Hi, I'm trying to achieve a very similar thing, but with "smartgrid" and not having any luck with response to 'viewargs' on Details page. It always displays the entire list of fields without virtuals no matter how I limit the fields. Is there anything I am missing? On Friday, June 6, 2014 at

[web2py] How to set up email notification for a failed scheduler task?

2019-04-18 Thread William
Hi, is it possible to set up the scheduler to send me a email notifying me of any failed scheduled tasks? Thanks. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report

[web2py] Python3 GAE 502 Error

2019-04-18 Thread Jacinto Parga
Hi, I'm trying to deploy my first python3 app in Google App Engine. I've edited app.yaml according to https://cloud.google.com/appengine/docs/standard/python3/config/appref . I have created .gcloudignore replacing skip files and I have deployed it gcloud app deploy app.yaml --version

[web2py] Re: Web3py

2019-04-18 Thread Kevin Keller
Yeah saw that too. I agree it's worthwhile to go for a different name eventually. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this

[web2py] Enjoying web2py

2019-04-18 Thread Kevin Keller
Just wanted to say that im working on app on an old Acer one 32 bit 2gb machine with web2py, midori as Browser and Vim as code editor and I'm enjoying it a lot! Thanks for creating such a great batteries included framework. I barely had to touch html so far to get the prototype working and I

[web2py] Re: Web3py

2019-04-18 Thread William
Just a note, the brand name Web3py is also used by another application and is the top result if you google for "web3py". -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list

Re: [web2py] Re: Web2py binaries

2019-04-18 Thread Dave S
On Thursday, April 18, 2019 at 12:48:04 AM UTC-7, Dave S wrote: > > > > On Sunday, April 14, 2019 at 1:28:30 PM UTC-7, Nico Zanferrari wrote: >> >> Hi all, >> >> I've just updated the experimental binaries for MacOs and Windows to >> the latest web2py version (2.18.5) on >>

Re: [web2py] Re: Web2py binaries

2019-04-18 Thread Dave S
On Sunday, April 14, 2019 at 1:28:30 PM UTC-7, Nico Zanferrari wrote: > > Hi all, > > I've just updated the experimental binaries for MacOs and Windows to the > latest web2py version (2.18.5) on > https://github.com/nicozanf/web2py-pyinstaller . They now contain python > 3.7.3 64 bit. Also,