Re: [web2py] Re: Future of web2py

2017-06-11 Thread Anthony
> > The posts in this thread are showing desperate frustration for release of > Web3Py. Please do it now. > > People like what web2py is and expect the same from web3py. The only > expected difference is shift from Python2 to Python3. > Just to be clear, web2py 2.15.1 will be released in the ne

[web2py] Re: Future of web2py

2017-06-11 Thread Anthony
> > It's difficult, for instance, to create modules that factor out db-centric > code, because the db object (typically defined in a model file) won't be > available; this forces you to reimplement the wheel to some extent by > taking the db-creation code out of a plain model file and put it in

Re: [web2py] Re: Future of web2py

2017-06-11 Thread Muhammad Hashim Malik
​Dear Massimo ​ The posts in this thread are showing desperate frustration for release of Web3Py. Please do it now. People like what web2py is and expect the same from web3py. The only expected difference is shift from Python2 to Python3. Its ok, as a mastermind of Web2Py/Web3Py, whatever changes

[web2py] Re: Future of web2py

2017-06-11 Thread Brendan Barnwell
On Wednesday, June 7, 2017 at 8:16:38 PM UTC-7, tesser...@gmail.com wrote: > > According to github, there were semi-regular releases going back to 2013, > then they stopped about a year ago, so I guess it's only natural for people > to wonder about the status of the project. Personally, I'm wonde

Re: [web2py] Re: KWEB on Raspberry-pi Zero, can't login to admin page

2017-06-11 Thread Stef Mientki
thanks Massimo, but I know the password, because I can get to the admin pages if I use another browser. So the combination of the KWEB browser and Web2py behaves strange and I can't explain or solve that. cheer, Stef On 11-Jun-17 10:16, Massimo Di Pierro wrote: You may want to reset the

[web2py] Re: How to use SparkPost

2017-06-11 Thread Massimo Di Pierro
look at the sparkpost SMTP info On Saturday, 10 June 2017 23:12:57 UTC-5, billmackalis...@gmail.com wrote: > > How to integrate SparkPost into web2py? Any info on the api? > > What is the mail server setting for SparkPost? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentat

[web2py] Re: KWEB on Raspberry-pi Zero, can't login to admin page

2017-06-11 Thread Massimo Di Pierro
You may want to reset the web2py admin password: cd /path/tp/web2py sudo -u www-data python -c "from gluon.main import save_password; save_password('$PW',443)" On Saturday, 10 June 2017 17:21:33 UTC-5, Stef Mientki wrote: > > hello, > > I've installed web2py on my Raspberry-pi Zero. > > The s

[web2py] Re: Future of web2py

2017-06-11 Thread Massimo Di Pierro
Speed depends on what the app does. Which template you use, which db, etc. In general the bottle neck of any app is the database. That said most people like to benchmark on simple hello world apps without sessions and templates. In this case web2py does not do well. web3py will do as fast as Fl

[web2py] Re: SSL Error with Sparkpost api with web2py.exe

2017-06-11 Thread Massimo Di Pierro
First of all I recommend you configure sparkpost using web2py auth.mailer SMTP else you do not get the benefit of auth email logic. Also, I recommend you run web2py from source, not the windows binary. I will give you more control. If you find that running from source makes the problem go away,

[web2py] Re: Error connecting to "Azure database for MySQL"

2017-06-11 Thread Massimo Di Pierro
I was having the same problem. DAL(..., decode_credentials=True) this will allow you to have urlencoded (@ -> %40) username and password. Massimo On Thursday, 8 June 2017 16:06:32 UTC-5, Raul Romay Barrero wrote: > > Hi all, > > Azure has just launched "Azure database for MySQL" a managed My

[web2py] Re: checking pg_stat_activity shows a lot of "SET standard_conforming_strings=on;" idle in transaction

2017-06-11 Thread Massimo Di Pierro
web2py uses connection pooling and recycles connections. I do not think there is a problem. Does it causes any problem for you? On Thursday, 8 June 2017 13:49:03 UTC-5, Mick wrote: > > Why is this happening? Is this creating a new connection to the database > or is it reusing an existing conne