On Fri, Mar 5, 2010 at 6:05 PM, Greg Milby <[email protected]> wrote: > out = cur.execute(sql_query.query(paramstyle), sql_query.values()) > OperationalError: no such table: todo
There seems to be a problem with your schema. Did you create all the tables you needed? -- Branko Vukelić http://foxbunny.tumblr.com/ http://www.flickr.com/photos/16889...@n04/ http://www.twitter.com/foxbunny http://github.com/foxbunny -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
