Hmmm ... Those don't seem to be working. from gluon import LOAD
This doesn't seem to import anything. PyDev tells me that there's an "unresolved import" Still get the 'NoneType not callable' error. from gluon import current LOAD = current.LOAD I get AttributeError: 'thread._local' object has no attribute 'LOAD'

