[web2py] Re: 'Column table.id not found (SQLTABLE)'

2018-04-24 Thread Massimo Di Pierro
strange the local pydal should take precendence over the pip installed one. did you change the order package import somehow? On Friday, 20 April 2018 20:05:28 UTC-5, Brian M wrote: > > Thank you for mentioning this - just wasted an hour plus trying to figure > out why my code had stopped

[web2py] Re: 'Column table.id not found (SQLTABLE)'

2018-04-20 Thread Brian M
Thank you for mentioning this - just wasted an hour plus trying to figure out why my code had stopped working only to find that it was because I'd done pip install pydal for something else and foolishly not used a venv. Uninstalled pydal and everything was good again. So warning to others,

[web2py] Re: 'Column table.id not found (SQLTABLE)'

2017-06-03 Thread Najtsirk
I checked this and I had pydal installed as a global module. When I removed it web2py's DAL works ok. On Saturday, 3 June 2017 18:30:05 UTC+2, Najtsirk wrote: > > +1 > Have this problem too! > > On Saturday, 3 June 2017 18:13:18 UTC+2, Maurice Waka wrote: >> >> Hi did anyone get to solve this

[web2py] Re: 'Column table.id not found (SQLTABLE)'

2017-06-03 Thread Najtsirk
+1 Have this problem too! On Saturday, 3 June 2017 18:13:18 UTC+2, Maurice Waka wrote: > > Hi did anyone get to solve this error? I seem to be locked in it also > Regards > > On Monday, March 20, 2017 at 4:39:13 PM UTC+3, Santiago Cartasegna wrote: >> >> Are you trying to use a table that you

[web2py] Re: 'Column table.id not found (SQLTABLE)'

2017-06-03 Thread Maurice Waka
Hi did anyone get to solve this error? I seem to be locked in it also Regards On Monday, March 20, 2017 at 4:39:13 PM UTC+3, Santiago Cartasegna wrote: > > Are you trying to use a table that you have defined in your database and > not in web2py? > If it is the case you must add an id field with

[web2py] Re: 'Column table.id not found (SQLTABLE)'

2017-03-20 Thread Santiago Cartasegna
Are you trying to use a table that you have defined in your database and not in web2py? If it is the case you must add an id field with autoincremental El domingo, 12 de marzo de 2017, 20:27:08 (UTC-3), LoveWeb2py escribió: > > Keep getting this error for all of my tables!! What is going on? >

[web2py] Re: 'Column table.id not found (SQLTABLE)'

2017-03-20 Thread Peter Weicher
@LoveWeb2py Two questions: 1) Are you running web2py from windows distribution binary or source? 2) can you view ANY other tables besides my_table in that application? I have seen this error too, and my steps to reproduce are below. Still analyzing the root cause. Here is how I reproduced

[web2py] Re: 'Column table.id not found (SQLTABLE)'

2017-03-12 Thread LoveWeb2py
Error ticket for "myapp"Ticket ID 127.0.0.1.2017-03-12.21-35-27.2a6dfbe0-ddb4-43db-9e3d-e43542a6c1f2 'Column my_table.id not found (SQLTABLE)' Version web2py™ Version 2.14.6-stable+timestamp.2016.05.10.00.21.47 Python Python 2.7.13: /usr/local/opt/python/bin/python2.7 (prefix:

[web2py] Re: 'Column table.id not found (SQLTABLE)'

2017-03-12 Thread Anthony
On Sunday, March 12, 2017 at 7:27:08 PM UTC-4, LoveWeb2py wrote: > > Keep getting this error for all of my tables!! What is going on? > > What information would be helpful for me to post to get help? > The usual -- code and traceback. -- Resources: - http://web2py.com - http://web2py.com/book