[web2py] Re: python3 + web2py + Lighttpd + fastcgi

2020-03-22 Thread patito feo
Massimo thank you very much for your effort. File , line 57, in fcgi.WSGIServer(application, bindAddress='/tmp/fcgi.sock').run() File , line 1178, in __init__ self._app_lock = thread.allocate_lock() NameError: global name 'thread' is not defined I guess this takes more work. I wonder

Re: [web2py] web2py 2.19.1 is OUT

2020-03-22 Thread Nico Zanferrari
Hello, the 2.19.1 web2py binaries are ready to be tested & used, with embedded Python 2.7.16 or 3.7.4. Grab them from my repository . It has taken me a lot of time for updating to the latest PyInstaller 3.6 and find a new missing import ;-) @Massim

[web2py] SQLFORM button position

2020-03-22 Thread Maurice Waka
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', Field('author', 'reference auth_user', default=auth.user_id, writable=False, readable=False

[web2py] Re: python3 + web2py + Lighttpd + fastcgi

2020-03-22 Thread Massimo Di Pierro
I just fixed these issues and a few more. still skeptical this works with py3 without more changes. Thanks for you help On Saturday, 21 March 2020 20:12:01 UTC-7, patito feo wrote: > > Thank you Massimo. > > As a result the code now shows more "L" cases, i just removed them. But > now it presen

Re: [web2py] Fullcalendar v4 and web2py

2020-03-22 Thread Andrea Fae'
thank you. Do you have any guide? Or there is only web site documentation? I need to upgrade from version 3... Il giorno lunedì 16 marzo 2020 10:14:16 UTC+1, Ramos ha scritto: > > > > {{response.files.append(URL(r=request,c='static/js',f='fullcalendar.min.js'))}} > > {{response.files.append(URL(r

Re: [web2py] Re: tailwindcss with web2py ?

2020-03-22 Thread António Ramos
from the creator https://tailwindcss.com/course/setting-up-tailwind-and-postcss Em sáb., 21 de mar. de 2020 às 12:34, António Ramos escreveu: > I´m just looking into it but after the start barrier it seems that it > give more freedom of creation over bootstrap. > We just have to learn the utili

Re: [web2py] initial start server screen - i get a pbkdf2_hmac error - python ver problem?

2020-03-22 Thread Nico Zanferrari
Hi David, this is a well known error if you use an ancient Python version, like the original version shipped with OSX. Be sure to run the source with a recent python interpreter, and not that one ;-) Nico Il giorno mar 17 mar 2020 alle ore 16:42 David Wilkens < dweeda.a...@gmail.com> ha scritto: