Thanks! I've added this to my notes.

On Mar 28, 11:23 am, mdipierro <[email protected]> wrote:
> python web2py.py -S myapp  -M
>
> On Mar 28, 10:05 am, Matthew <[email protected]> wrote:
>
>
>
> > I'm trying to use web2py in the interactive console, but I'm getting
> > NameErrors when accessing 'db'. The strange thing is, just a few days
> > ago I was able to do this. Here is what I'm running:
>
> > python web2py.py -S myapp>>> from gluon.sql import *
> > >>> rows = db(db.mytable.id > 0)
>
> > Traceback (most recent call last):
> >   File "<console>", line 1, in <module>
> > NameError: name 'db' is not defined
>
> > Any reason the console would not be able to find 'db' now? I did not
> > change anything on my system.

-- 
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