Hi Phyo, I'm using web2py and ipython 0.12 normally.
$ ./web2py.py -S instore web2py Web Framework Created by Massimo Di Pierro, Copyright 2007-2011 Version 1.99.4 (2011-12-14 14:46:14) stable Database drivers available: SQLite3, pymysql Python 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 15:22:34) Type "copyright", "credits" or "license" for more information. IPython 0.12 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details. In [1]: What's the error you're getting ? [], -- Luciano Pacheco blog.lucmult.com.br On Sun, Feb 26, 2012 at 7:56 PM, Phyo Arkar <[email protected]>wrote: > web2py shell no longer works with latest ipython 0.11 + > > On 2/20/12, Massimo Di Pierro <[email protected]> wrote: > > What you use > > > > python web2py.py -S app -M -N > > > > make sure to db.commit() your changes. > > > > On Feb 19, 5:45 pm, davidkw <[email protected]> wrote: > >> I'm wondering if there's some kind of way to use a shell or other IDE > >> to quickly run lines of web2py code and see the result. > >> > >> For example, just entering db(query).select().first() and being able > >> to see the result. > >> > >> I'm learning right now, and it's a little difficult to pick up the > >> syntax without being able to play around. Any advice? > >> > >> Thanks. >

