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, avoid globally installing pydal
On Saturday, June 3, 2017 at 11:33:17 AM UTC-5, Najtsirk wrote: > > 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 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 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? >>>>> >>>>> What information would be helpful for me to post to get help? >>>>> >>>> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

