I want to be able to db lookups from the shell (to see what gets
returned there when debugging my app) & it just hangs (db is default
SQLite):

C:\Bin\web2py>python web2py.py -S sahana -M
WARNING:root:no file locking
C:\Bin\web2py\gluon\contrib\markdown\markdown2.py:58:
DeprecationWarning: the md
5 module is deprecated; use hashlib instead
  import md5
default applications appear to be installed already
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2008
Version 1.53.5 (2008-12-08 16:55:03)
Database drivers available: SQLite3
WARNING:root:import IPython error, use default python shell
Python 2.6 (r26:66721, Oct  2 2008, 11:35:03) [MSC v.1500 32 bit
(Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> for row in db(db.gis_layer.id>0).select(): print row
...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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