Re: [web2py] web2py 2.19.1 is OUT

2020-03-24 Thread Massimo Di Pierro
So far yes. Nico has been working on new binaries and a new system for packing them. The plan is to ship both 2.7 and 3.7. On Tuesday, 24 March 2020 18:49:06 UTC-7, jim kaubisch wrote: > > Hi Nico, > > Just want to make sure I understand. > > You say 'web2py 2.19.1 binaries come "with embedded

Re: [web2py] web2py 2.19.1 is OUT

2020-03-24 Thread 'jim kaubisch' via web2py-users
Hi Nico, Just want to make sure I understand. You say 'web2py 2.19.1 binaries come "with embedded Python 2.7.16 or 3.7.4" ' ?? My reading is that one MUST get web2py source in order to use other versions of Python? Am I understanding correctly? We are on macOS Catalina, python 3.7.6 and,

Re: [web2py] SQLFORM button position

2020-03-24 Thread Maurice Waka
Solution found. Regards On Mon, Mar 23, 2020, 01:38 Maurice Waka wrote: > I came across this code > > model: > > def widget(**kwargs): > return lambda field, value, kwargs=kwargs: SQLFORM.widgets[field.type > ].widget(field, value, **kwargs) > > > db.define_table('posting', >