[google-appengine] Re: delete an entry in a stringlistproperty

2009-03-16 Thread M. Page-Lieberman
Sage. Python makes your life a lot easier. On Mar 16, 2009, at 11:18, Tim Hoffman wrote: > > Nah > > try: > >index = keylist.index(keyIWantToFind) > >keylist.pop(index) >urlist.pop(index) >nameslist.pop(index) > except ValueError: >pass > > or > > index = keylist.find( keyIW

[google-appengine] Re: Writing to the file system?

2009-03-16 Thread M. Page-Lieberman
No. It's prohibited to write to the file system. On Mar 16, 2009, at 9:10, Andrew Badera wrote: > > I'm sure this has never come up before ... certainly not recently ... > > > On Mon, Mar 16, 2009 at 9:08 AM, Ronn Ross > wrote: >> Can you write to the file system with app engine? My app requ