[web2py] web2py logout element not interactable

2021-01-31 Thread 黄祥
*objective* test logout on web2py app *tried* using selenium, splinter, behave and robot (Maximize Browser Window) *result return an error* element not interactable *xpath of **logout on **default web2py welcome app* /html/body/nav/div/div[2]/ul[1]/li/ul/li[4]/a *question* how to achieve it o

[web2py] Re: fake_migration issues

2021-01-31 Thread Dave S
On Saturday, January 30, 2021 at 3:32:13 PM UTC-8 valq...@gmail.com wrote: > try to compare db.py from "fresh" welcome-app with your app. I have had a > migration problem due to imports changes > > Thanks! This wasn't the issue, but you got me looking in the right place ... I had missed migra

Re: [web2py] Custom information page after registration and hide field

2021-01-31 Thread 'brushek' via web2py-users
niedziela, 31 stycznia 2021 o 18:02:41 UTC+1 mauri...@gmail.com napisał(a): > If its about QR codes, these are what I mean't: > http://www.web2pyslices.com/slice/show/1462/qr-code-builder-with-web2py > https://github.com/minlaxz/python-qr > https://github.com/laconic75/QR-Inventory > OK, thank

Re: [web2py] Re: fake_migration issues

2021-01-31 Thread Nico Zanferrari
You are right, I'd completely forgotten these issues... I've closed them all, because the zip files in the official repository http://www.web2py.com/init/default/download are fine. Also, you can easily update the web2py program (and/or pydal) by manually substituting the source files inside. Chee

Re: [web2py] Custom information page after registration and hide field

2021-01-31 Thread Maurice Waka
If its about QR codes, these are what I mean't: http://www.web2pyslices.com/slice/show/1462/qr-code-builder-with-web2py https://github.com/minlaxz/python-qr https://github.com/laconic75/QR-Inventory On Sun, Jan 31, 2021 at 4:50 PM 'brushek' via web2py-users < web2py@googlegroups.com> wrote: > OK

Re: [web2py] Custom information page after registration and hide field

2021-01-31 Thread 'brushek' via web2py-users
OK, Your suggestion is to search in examples of web2py and github ? Regards niedziela, 31 stycznia 2021 o 03:48:08 UTC+1 mauri...@gmail.com napisał(a): > I thought I must have seen an example of the same from github or Web2py > examples. > Regards > > On Sun, Jan 31, 2021, 02:47 'brushek' via