Web2py version: Version 2.8.2-stable+timestamp.2013.11.28.07.51.37

in a module, I'm setting up a db object like so:

from gluon import current

db = current.globalenv['db']

But when I try whatever query the database inside that module, I get an 
error:
gluon.contrib.pg8000.errors.ProgrammingError('no result set')

Any idea why this would be? Do I need to provide additional details? 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to