Re: [web2py] Re: Error accessing app edit

2019-03-19 Thread Maurice Waka
Thanks I'll follow up On Mon, 18 Mar 2019, 18:08 Leonel Câmara wrote: > This was due to changes I made to the way web2py discovers exposed > functions in a controller file. It uses the python parser so it has a > problem with syntax errors. I made a pull request that teaches the admin to > deal

Re: [web2py] Re: Error accessing app edit

2019-03-17 Thread Massimo Di Pierro
can you provide a minimal controller default.py so we can reproduce and fix it? On Sunday, 17 March 2019 20:55:59 UTC-7, Lovedie JC wrote: > > Python 3. > I moved to python 3 > Regards > > On Mon, 18 Mar 2019, 05:49 Massimo Di Pierro > wrote: > >> This says you are using python 3. Is your app

Re: [web2py] Re: Error accessing app edit

2019-03-17 Thread Lovedie JC
Python 3. I moved to python 3 Regards On Mon, 18 Mar 2019, 05:49 Massimo Di Pierro wrote: > This says you are using python 3. Is your app build for python 3 or python > 2? > > > On Sunday, 17 March 2019 08:01:07 UTC-7, Maurice Waka wrote: >> >> When clicking on the edit button for my app, I get