I guess I shouldn't ask two questions in a message.

The first being the most important, any ideas why GAE is returning
'set: no tables selected'?

Here's the code it seems to be having a problem with in my default.py:

        rows = db(db.auth_user.location==argLocation).select()
        locationRows = db().select(db.auth_user.location,
orderby=db.auth_user.location)

Thanks for any help.

On Sep 5, 11:43 am, Yarko Tymciurak <[email protected]> wrote:
> I expect this is referring to your controller -
> applications/[your_app]/contollers/default.py
>
>
>
> On Sat, Sep 5, 2009 at 10:39 AM, Derek <[email protected]> wrote:
>
> > Any thoughts? Google App Engine is giving this error:
>
> > _get_table_or_raise
> >    raise SyntaxError, 'Set: no tables selected'
> > SyntaxError: Set: no tables selected
>
> > without the error tickets at my disposal, anyway to track down where
> > line 96 of default.py is?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to