[web2py] What’s the timelines for py4web?

2019-12-15 Thread VP
Is there timeline milestones? Thanks. -- 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

[web2py] Re: What’s the timelines for py4web?

2019-12-15 Thread JoeCodeswell
+1 On Sunday, December 15, 2019 at 6:52:53 AM UTC-8, VP wrote: > > Is there timeline milestones? Thanks. -- 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) ---

[web2py] Congratulations on PY4WEB

2019-12-15 Thread JoeCodeswell
Dear Massimo and Team, Congratulations on PY4WEB. I am particularly excited about the modularity as well as vscode compatibility. Any installation recipes yet? I looked at the video and it seemed to me I could use a Bottle app to kick it off. Do you think the same technique would work on w

[web2py] Reset to virgin state

2019-12-15 Thread clifford emeric
I am a beginner with all this, and have been playing with it for a few days, and with what I now know I would like to start over again from a virgin state, without closing my account and recreating it again. Is there a way to reset everything back to the beginning to a total virgin state? --

[web2py] Web2py y py4Web

2019-12-15 Thread Yuver Parra
Buenos días y muchas gracias por compartir su conocimiento y tiempo. Hace unos 4 meses empecé a usar Web2py, me parece excelente herramienta con una visión muy clara de lo que es hacer sistemas web útiles. Hace unas semanas me día cuenta que ahora existe py4web, estoy estudiando la documentació

[web2py] Re: Database reference issue

2019-12-15 Thread Massimo Di Pierro
there are two issues: 1) this db(db.devtasklist.projectid == db.Project.id).select(db.Project.ProjectName) does not do anything as it. 2) this row.devtasklist.projectid is an Project object but you do not access its attributes. SOLUTION II (one extra query per record) *In views:*

[web2py] Re: Web2py or py4web for a brand new project

2019-12-15 Thread Massimo Di Pierro
Good question. web2py and py4web share a lot of libraries and their syntax is very similar. Both will be maintained. web2py was born in 2007 and it is mostly for Python 2 although it now works well with python 3. As a rule of thumb, if you are porting a Python 2 project to Python 3, use web2py

[web2py] Re: py4web and webkit

2019-12-15 Thread Massimo Di Pierro
Maybe download it again. Cannot reproduce the problem. On Saturday, 14 December 2019 23:30:40 UTC-8, leone wrote: > > > Unable to use _dashboard using webkit by python gi.repository. > > ** Message: 08:21:43.542: console message: > http://localhost:8000/_dashboard/static/js/index.js @5: SyntaxErr

[web2py] Re: What’s the timelines for py4web?

2019-12-15 Thread Massimo Di Pierro
My plan is to spend the Christmas vacation making sure it works with Python 3.8, adding an internationalization UI, and fixing a few bugs with error reporting. So by Dec 31. Complete the core documentation by Jan 4 and maybe post some sample projects. I cannot test all the Auth scenarios. I will

[web2py] Re: Congratulations on PY4WEB

2019-12-15 Thread Massimo Di Pierro
Yes. py4web is a wsgi. Any system that has instructions for bottle or flask, can run py4web with pretty much the same instructions. On Sunday, 15 December 2019 09:54:34 UTC-8, JoeCodeswell wrote: > > Dear Massimo and Team, > > Congratulations on PY4WEB. > > I am particularly excited about the mo

[web2py] Re: Web2py y py4Web

2019-12-15 Thread Massimo Di Pierro
I do not speak spanish. I should learn. But I can kind of read it. ;-) If stockpost10 is your app it must be under the apps folder and you should start it with > py4web-start apps You start all your apps under the apps folder. You cannot just start one app. - En la ventana de comandos de

[web2py] Re: Reset to virgin state

2019-12-15 Thread Massimo Di Pierro
Easiest way is to remov the folder and git clone again or unzip again On Sunday, 15 December 2019 12:44:46 UTC-8, clifford emeric wrote: > > I am a beginner with all this, and have been playing with it for a few > days, and with what I now know I would like to start over again from a > virgin st