[google-appengine] Need help with the Traceback , when is the error is raised

2011-05-30 Thread mihir
traceback: -- BEGIN- Frame main in ['main.py'] at line 27 Frame run_wsgi_app in ['__init__.py'] at line 1076 Frame run in ['handlers.py'] at line 93 Frame finish_response in ['handlers.py'] at line 133 Frame appstats_wsgi_wrapper in ['reco

[google-appengine] trace back : TypeError: expected string or buffer

2011-05-13 Thread mihir
traceback: -- BEGIN- Frame in ['main.py'] at line 30 Frame main in ['main.py'] at line 27 Frame run_wsgi_app in ['__init__.py'] at line 1076 Frame run in ['handlers.py'] at line 93 Frame finish_response in ['handlers.py'] at line 133 Frame

[google-appengine] Need help with My Traceback error

2011-05-13 Thread mihir
lejson/decoder.py", line 251, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) TypeError: expected string or buffer ---END-- I don't know how it caused . Just got a mail of traceback .. Thanks , Mihir -- You

[google-appengine] Find and delete all objects belonging to 'area'. in datastore ..

2010-12-28 Thread mihir
from google.appengine.ext import db from datetime import date,datetime,time def deleteArea(area, x): """ Find and delete all objects belonging to 'area'. Delete should bail out if 1. the business Subscription is not 'TRIAL' 2. the business is in a 'TRIAL' state and x days hav