On Jul 30, 10:21 am, annet <annet.verm...@gmail.com> wrote:
> db.define_table('level',
>     db.Field('level',length=36,default='',notnull=True,unique=True),

>     fields[fieldname] = field.store(source_file, original_filename)
> AttributeError: 'SQLField' object has no attribute 'store'

Looks to me like it's confused by the fact that the table & field
share a common name.

F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to