HI

The error you are getting doesn't reflect the code/model you have posted 
here, which makes it hard to help you.
That error is specifically referring to a Picture property.

You will should to supply real code that generates the error rather than 
something for the posting .

As hint though, your model probably has a Picture = 
db.<Some>Property(requred=True) property defined in your 
model, which means when you instantiate the class you will need to specify 
all of the required properties.

e.g 

test = Test(Picture=some_value) 

Rgds

Tim

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

Reply via email to