Re: [web2py] Sites Powered by web2py

2017-04-03 Thread Rahul
Hi There, Even I had the same problem - I wanted to list my site up there - http://www.artpic.in/ but somehow I cannot do that. It's already up for almost a year. Next month it would be expiring (unless I renew i.e. ;-) ) . Please fix this area. Thanks! Rahul D. On Tuesday, April 4, 20

Re: [web2py] Re: web2py and python3

2017-04-03 Thread Richard Vézina
Good suggestion Paolo, I will try master asap, hope ealier than later as I am in the middle of a big refactoring... I was just stand up for the other that may ask them self what's going on. :) Richard On Mon, Apr 3, 2017 at 3:01 PM, Paolo Valleri wrote: > The best is to test your apps with p

Re: [web2py] Sites Powered by web2py

2017-04-03 Thread Mathieu Clabaut
Yep, Same problem here. I was unable to submit one ans stumble upon an exception. On Sun, Apr 2, 2017 at 10:58 PM Alex wrote: > The section for "Sites Powered by web2py" does not look very promising and > also seems outdated. Most pages don't have a screenshot and some of them > are not even wo

Re: [web2py] Re: web2py and python3

2017-04-03 Thread Paolo Valleri
The best is to test your apps with python3 and report any issues. After a test period, I agree regarding pushing a new release Paolo 2017-04-03 16:46 GMT+02:00 Richard Vézina : > Glad to hear that Leonel... > > But could we have "official" wrapup of the progress so far and where we > heading to

[web2py] How to implement exclusive_domain=True when using pattern routes?

2017-04-03 Thread Lisandro
When you use parameter router system, you have the possibility to set a dictionary mapping each domain with an app and then set exclusive_domain=True, this way each app is accessible only through its assigned domain. But how to do that when using pattern routes? I'm serving several domains; two

[web2py] Re: JOB POST: set up routes for one web2py instance, several top level domains, and two apps per domain

2017-04-03 Thread Lisandro
Well, after a few hours of testing with pattern-based routing system, I've achieved what I was looking for. Oh yeah :D Here is what I did, in case someone is trying to do the same (continuing the example of the first post). In the web2py main folder, this is routes.py: routes_app = [ (r'.*?

Re: [web2py] Re: web2py and python3

2017-04-03 Thread Richard Vézina
Glad to hear that Leonel... But could we have "official" wrapup of the progress so far and where we heading to. Are we waiting m2crypto to become py3 compatible to release a new web2py version? I am sure we could benefit from a new web2py version if the master is not broken because of that (py3 c

[web2py] Re: Paypal fields integration in FORM

2017-04-03 Thread Fabio Ceccarani
Thanks Antony and Stifan, I choose (for now) a simplest way: two page, one for confirm subscription and one (a simple redirect after subscription) only with Paypal form. In future, when I became more expert I will try Antony solutions! Thanks! Fabio Il giorno venerdì 31 marzo 2017 16:25:11 UTC+2

[web2py] Re: web2py and python3

2017-04-03 Thread Leonel Câmara
Alex pretty much the only thing missing for py3 support is for m2crypto which web2py depends on for X509 stuff to support python 3, according to their repository they're really close to finishing py3 support. So I would say we're almost th

[web2py] Re: Autofill a field with data from the database based on 3 other fields without submit

2017-04-03 Thread Oasis Agano
I used event handler as you said now the issue i have is to set the value of amt to the one returned by the function. I have a variable holding it in the calculation function but i want to fill it as value for the amt field in the form factory in the view On Sunday, March 26, 2017 at 9:17:20 PM