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

2019-07-25 Thread Paco Bernal
That's totally right. I'm terrible sorry about my answer, I was crazy the last four weeks at work, sorry, quick and bad help, no help at all, my fault. El miércoles, 17 de julio de 2019, 9:45:24 (UTC+2), Ray (a.k.a. Iceberg) escribió: > > The problem is NOT about how to setup apache to

[web2py] how can I pass a parameter from the view get the return value from a function of controller?

2019-07-25 Thread Val K
Just place your function in the module and import it in the view -- 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

Re: [web2py] download for mac not working

2019-07-25 Thread Peter Woolf
Ah, thanks Nico! I’ll check over there! -- 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

[web2py] Re: how can I pass a parameter from the view get the return value from a function of controller?

2019-07-25 Thread Rahul
Hey Lynn, Not sure if this is what you ask for - I am passing query values as parameters in the view here #Sample Function in controller def showmyimage(): # Some db query you want to see data for displayimage = db.tableName(request.args(0,cast=int)) or redirect(URL('index'))

Re: [web2py] download for mac not working

2019-07-25 Thread Nico Zanferrari
Hi Peter, the current official Mac binary version is broken (see here ). But there are my experimental binaries on GitHub , with Python 2.7 or 3.7 ;-) Nico Il giorno mer 24 lug