Re: [web2py] No Column error

2019-11-30 Thread Lovedie JC
Yes I did. Thanks for the help On Sat, Nov 30, 2019, 07:45 Dave S wrote: > > > On Friday, November 29, 2019 at 1:06:01 AM UTC-8, Lovedie JC wrote: >> >> I think my error was due to a reserved name. I had a field called >> timestamp that was leading to the error. >> Now works well. >> > > Ah! Did

Re: [web2py] No Column error

2019-11-29 Thread Dave S
On Friday, November 29, 2019 at 1:06:01 AM UTC-8, Lovedie JC wrote: > > I think my error was due to a reserved name. I had a field called > timestamp that was leading to the error. > Now works well. > Ah! Did you use r_name to fix things, or a more thorough change? /dps > > On Wed, Nov 27,

Re: [web2py] No Column error

2019-11-29 Thread Lovedie JC
I think my error was due to a reserved name. I had a field called timestamp that was leading to the error. Now works well. On Wed, Nov 27, 2019, 19:01 Maurice Waka wrote: > I got this error after installing psycopg2 > > > > Traceback (most recent call last): > File "/home/mauricewaka/web2py/gl

Re: [web2py] No Column error

2019-11-27 Thread Maurice Waka
I got this error after installing psycopg2 Traceback (most recent call last): File "/home/mauricewaka/web2py/gluon/restricted.py", line 219, in restricted exec(ccode, environment) File "/home/mauricewaka/web2py/applications/myappname/controllers/default.py", line 219, in File "/home/m

Re: [web2py] No Column error

2019-11-26 Thread Dave S
On Tuesday, November 26, 2019 at 4:48:28 AM UTC-8, Maurice Waka wrote: > > More on this > > Traceback > > Traceback (most recent call last): > File "/home/mauricewaka/web2py/gluon/contrib/pg8000/core.py", line 1891, > in execute > ps = cache['ps'][key] > You're using pg8000. That has bee

Re: [web2py] No Column error

2019-11-26 Thread Maurice Waka
More on this Traceback Traceback (most recent call last): File "/home/mauricewaka/web2py/gluon/contrib/pg8000/core.py", line 1891, in execute ps = cache['ps'][key] KeyError: ('SELECT "auth_user"."id", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."passw