Hi Jeff! Issue has been resolved! my filename caused the exception.... filename is 'time.py',the same as time module,so it's cause the exception...
it's a stupid mistake.. but i hope GAE can give me some tips nextime.. thx you! On Sep 17, 5:25 am, "Jeff S (Google)" <[email protected]> wrote: > Hi Cody, > Could you send us the full stack trace and show more of your code? I imagine > that the exception is actually cause further on in your example. > > Thank you, > > Jeff > > On Mon, Sep 14, 2009 at 6:45 PM, CODY <[email protected]> wrote: > > > hello,everyone! > > the data i put in datastore follows: > > > User: > > ID/Name Date user > > 4029 2009-09-09 00:57:40.532377 cody > > > and i would like to do the following: > > > q = db.GqlQuery("SELECT * FROM User WHERE Date < date(2009,09,10)") > > result = q.fetch(5) > > > or: > > > q = db.GqlQuery("SELECT * FROM User WHERE Date <:1",date(2009,09,10)) > > result = q.fetch(5) > > > The idea is to find a row that has been stored earlier... > > > but every time i get a 500 severe error... > > > <type 'exceptions.TypeError'>: 'module' object is not callable > > Traceback (most recent call last): > > > How can I solve this?? > > > Thanks in advance,CODY.... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
