Hi You should include a stacktrace from your control panel so we can have some idea of what is going on.
Rgds T On Nov 9, 4:08 pm, theprateeksharma <[email protected]> wrote: > I am a complete newbie to appengine , python and these api so please > pardon me for errors > > I have used google spreadsheet api and google doc list api on > appengine using python > > part of code causing error is specified below.If further details are > required i m ready to share it > > for i in range(int(total_number_of_boxes)): > boxname='strText'+str(i+1) classname=self.request.get(boxname) > attendancesheet = > self.gd_client.Copy(self._Retrieve_Document(self.standard_attendance_regist > er), > classname) self._Move_Documents(attendancesheet,schoolfolder) t_key = > self._Retrieve_Key_Spreadsheet(attendancesheet) s_key = > t_key.partition('A') feed = self.gs_client.GetWorksheetsFeed(s_key[2]) > w_id = self._Retrieve_Key_Firstworksheet(feed.entry[0]) > self._CellsUpdateAction(row, col, classname) > self._CellsUpdateAction(row, col+1, s_key[2]) > self._CellsUpdateAction(row, col+2, w_id) self._CellsUpdateAction(row, > col+3, admin_name) self._CellsUpdateAction(row, col+4, admin_email) > T_name='t'+str(counter) > e=Directaccess(teacherusername=T_name,teacherpassword=T_password,teacherspr > eadsdheetid=s_key,teacherworksheetid=w_id) > self._Addnewacl_Permission(attendancesheet,admin_email,'user','writer') > row=row+1 column=1 counter=counter+1 -- 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.
