This is a kind of error I'm getting repeatedly. I suspect that my
understanding of the Storage(dict) object & its functions is not
enough. Can any one help, plz.
>>> db.image.drop()
Traceback (most recent call last):
File "<pyshell#3>", line 1, in <module>
db.image.drop()
File "C:\Users\...\web2pygeom\gluon\sql.py", line 525, in
__getattr__
return dict.__getitem__(self,key)
KeyError: 'image'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---