[web2py] Re: MySql encryption using DAL

2018-08-31 Thread appjarbiz
I was curious if the ability to connect securely to a database service (without an SSH tunnel) was added to 2.17.1? Thanks. On Wednesday, January 31, 2018 at 12:27:01 AM UTC-6, appj...@gmail.com wrote: > > Hi, I wanted to check back to see if there was any update on this. > > With more and

[web2py] Re: Scheduler error using python3.6 and psycopg2

2018-08-31 Thread Antonio Salazar
I separately had the same problem recently and created a github issue . If this got implemented please close that issue. On Sunday, July 15, 2018 at 2:17:25 PM UTC-5, Massimo Di Pierro wrote: > > Good catch. Will implement this. > > On Wednesday, 20

[web2py] HELP: Communication error

2018-08-31 Thread Carlos Zenteno
When editing app source from web interface there is a problem while saving ...I'm getting 'Last saved on: communication error' and nothing saved ... tried several times and even re-installed simplejson No luck it was working perfect last night and this morning this happened. Help !! --

[web2py] Vue + web2py + Vuetify

2018-08-31 Thread António Ramos
For those dreaming about vue and web2py there is something also awesome developed for vue VUETIFY for example data table component with server side api https://codepen.io/pen/?editors=1010 How great could be the 3 together Regards -- Resources: - http://web2py.com -

Re: [web2py] global name 'Recaptcha' is not defined error when my app is run in web2py 2.17.1 (latest)

2018-08-31 Thread Christian Varas
Use Recaptcha2() I have an app with new web2py and recaptcha2 working like a charm. Cheers. Chris El vie., 31 ago. 2018 9:48 a. m., Rahul escribió: > Hi All, > There seems to be an issue with latest version of web2py 2.17.1. I am > getting an exception like below for my project . However

[web2py] How can I print the result of query in JQuery

2018-08-31 Thread Ayron Rangel
Hello, How can I print the result of on query in JQuery? I want to change the name for the result of my query... Follow the code: win.TestData = [ [ [ {"name" : "Erik Zettersten", "id" : "erik-zettersten", "seed" : 1, "displaySeed": "D1", "score" : 47 },

[web2py] global name 'Recaptcha' is not defined error when my app is run in web2py 2.17.1 (latest)

2018-08-31 Thread Rahul
Hi All, There seems to be an issue with latest version of web2py 2.17.1. I am getting an exception like below for my project . However the same seems to be working fine in web2py 2.15.3 but it gives the message shown in attached image. global name 'Recaptcha' is not defined File

[web2py] Re: Server does not exist or access denied error connecting web2py to MS SQL server

2018-08-31 Thread Steve Lyle
--- edit 20180831 --- In the light of the new morning I figured this much out. Changes: appconfig.ini--- [db] connectionstring = mssql://DRIVER={FreeTDS};SERVER=localhost;DATABASE=etl_metadata;UID=sa;PWD=d0taCell1! --- db.py--- db = DAL(configuration.get('db.connectionstring')) --- result