[web2py] Re: py4web: what is it?

2019-08-26 Thread Dave S
On Monday, August 26, 2019 at 3:11:23 AM UTC-7, Wolf-Dieter Klotz wrote: > > I am am a web-developer using web2py. I was not active since about 2 > years. Is web2py still alive? what is py4web? How can I log into py4web > without password? > Web2py is still pretty active, and it can now be

[web2py] Re: web3py -> py4web

2019-08-26 Thread En Ware
hmm , I just tried from pip and works find python3 -m pip install py4web --upgrade source bin/activate ./py4web-start apps / ██╗ ██╗ ██╗██╗ ██╗██╗██╗███╗██╗ ██╔══██╗╚██╗ ██╔╝██║ ██║██║██║██╔╝██╔══██╗ ██╔╝ ╚╔╝ ███║██║ █╗ ██║█╗ ██╔╝ ██╔═══╝

[web2py] Re: Query a join tables SQLFORM.smartgrid

2019-08-26 Thread Gilad Hoshmand
smart_grid = SQLFORM.smartgrid(db.child, left = (db.parent.on(db.child.parent_id* & (db.parent.field_bla == some_value)*), ...other settings...) On Sunday, August 25, 2019 at 3:44:47 PM UTC+3, Gilad Hoshmand

[web2py] py4web: what is it?

2019-08-26 Thread Wolf-Dieter Klotz
I am am a web-developer using web2py. I was not active since about 2 years. Is web2py still alive? what is py4web? How can I log into py4web without password? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] how to import modules on pythonanywhere

2019-08-26 Thread Maurice Waka
I recently deployed an app to pythonanywhere. The app works well on localhost but now I can't import the same modules as in the local computer. For example, I keep getting the error: No module named applications.myapp.modules.pattern The module pattern and others are installed with