You are drying DROP TABLE image; It looks like you have not
db.defined_table('image'). You cannot drop it if it is not defiend.On Nov 2, 10:56 am, haftish21 <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

