Re: [web2py] Re: web3py -> py4web

2019-07-23 Thread Massimo Di Pierro
Notice the time to serve this page (https://github.com/web2py/py4web/blob/master/apps/_default/templates/index.html) which is a template, is ~7ms. In web2py it was 100-200ms. On Tuesday, 23 July 2019 23:03:08 UTC-7, sandeep patel wrote: > > Absolutely Great!! > > But > http://py4web.com/_doc

Re: [web2py] Re: web3py -> py4web

2019-07-23 Thread Massimo Di Pierro
The dashboard does not work on GAE http://py4web.com/_documentation/static/ is not a valid URL http://py4web.com/_documention is On Tuesday, 23 July 2019 23:03:08 UTC-7, sandeep patel wrote: > > Absolutely Great!! > > But > http://py4web.com/_documentat

Re: [web2py] Re: web3py -> py4web

2019-07-23 Thread sandeep patel
Absolutely Great!! But http://py4web.com/_documentation/static/ though 404 On Wed, Jul 24, 2019 at 11:28 AM Dave S wrote: > > > On Tuesday, July 23, 2019 at 10:40:27 PM UTC-7, Massimo Di Pierro wrote: >> >> OK. I know. I am not good with names. >> But there are lots of requirements to be ful

[web2py] Re: web3py -> py4web

2019-07-23 Thread Dave S
On Tuesday, July 23, 2019 at 10:40:27 PM UTC-7, Massimo Di Pierro wrote: > > OK. I know. I am not good with names. > But there are lots of requirements to be fulfilled. > py4web.com was available and the pypi package was available. > Here is running on google cloud: > http://py4web.com/ > > Duck

[web2py] web3py -> py4web

2019-07-23 Thread Massimo Di Pierro
OK. I know. I am not good with names. But there are lots of requirements to be fulfilled. py4web.com was available and the pypi package was available. Here is running on google cloud: http://py4web.com/ Ducking... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http

[web2py] Re: Anthony was right... web3py has a big naming conflict

2019-07-23 Thread Massimo Di Pierro
Give me some time to set-up a domain and site... ;-) -- 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 message because you are subscribed

Re: [web2py] github vs gitlab

2019-07-23 Thread Massimo Di Pierro
I guess that's a deal breaker and we will keep using github. The only reason is that on github there is a user with the name I created for the project and there would be some confusion. On Tuesday, 23 July 2019 06:48:33 UTC-7, Yoel Benitez Fonseca wrote: > > H! Massimo, > > I'am using web2py and

[web2py] Re: wfastcgi on IIS ... no more wfastcgi.py script?

2019-07-23 Thread Dustin Esposito
How would you move a site from a python web server to IIS 8? On Sunday, December 13, 2015 at 11:45:21 PM UTC-5, Tim Richardson wrote: > > > > On Monday, 14 December 2015 13:36:05 UTC+11, Tim Richardson wrote: >> >> wfastcgi is now a module on PyPi >> >> after installing it, the scripts directory

[web2py] Re: Anthony was right... web3py has a big naming conflict

2019-07-23 Thread Paco Bernal
And the winner is ??? -- 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 message because you are subscribed to the Google Groups "web2

Re: [web2py] github vs gitlab

2019-07-23 Thread Carlos Cesar Caballero
Gitlab blocks access from countries affected by UUSS sanction laws, I can't use gitlab from Cuba without tor or vpn. Greetings. El mar., 23 de jul. de 2019 1:56 a.m., Massimo Di Pierro < massimo.dipie...@gmail.com> escribió: > I have some reasons to consider switching from github to gitlab for w

Re: [web2py] github vs gitlab

2019-07-23 Thread Yoel Benitez Fonseca
H! Massimo, I'am using web2py and a private gitlab for some time now in a project of my own. Technically both provide you the same features, more or less. But, we had some problems since the purchase of gitlab from google - i'm from Cuba, and when the purchase took place gitlab (the site and repo

[web2py] Re: Error PIL path

2019-07-23 Thread Rahul
Hi It looks like your escape sequence is missing *\\ *try using these before or after the folder path you are specifying. Again , just to add I used Pillow instead of PIL it works properly on windows. Rahul On Monday, July 1, 2019 at 11:50:10 AM UTC+5:30, Márcio Luis Dresch wrote: > > Hi, I

[web2py] Re: Why URL(..., scheme=True, ...) is implemented differently than request.is_https?

2019-07-23 Thread Ray (a.k.a. Iceberg)
Thanks Anthony for the suggestion! I created a PR just now. https://github.com/web2py/web2py/pull/2233 Was wondering which place would be easier to draw the maintainers' attention, an issue/PR on github.com/web2py/web2py or a new post in this group/forum. :-) Regards, Ray On Wednesday, July 1