[google-appengine] Re: Error on upload

2009-05-11 Thread sagey
Yes i do go through a proxy, which normally causes a problem when i run dev-appserver.py so i have to amned my internet options in ie to resolve. I initially thought this might fix this issue as well but it hasn't. Is the issue i am seeing definitely related to a firewall/proxy issue? On May 11,

[google-appengine] Error on upload

2009-05-11 Thread sagey
Hello, I'm trying to upload my app for the first time. I'm getting the following error. I've tried searching the forums and despite a lot of people getting the "appcfg.py:1235 an unexpected error occured" mesage my specific error seems different. C:\Code\Python>appcfg.py update XX/ C:\Prog

[google-appengine] ratio of page views to adsense clicks to cover cost

2009-04-17 Thread sagey
Hello, I'm thinking about creating a webapp that would initially try to fund itself by using google ads. Does anyone have a calculation/formula/idea as to how many add clicks i would need to break even on the cost of hosting the site on gae? for example, Assuming i use up the free quotas, would

[google-appengine] how to return random results from datastore

2009-04-01 Thread sagey
hello, I'd like to be able to return random results from the datastore. I'm not sure from the documentation how i would go about doing that. I'd appreciate some pointers. Thanks in advance --~--~-~--~~~---~--~~ You received this message because you are subscribed

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

2009-03-16 Thread sagey
;    urlist.pop(index) > >    nameslist.pop(index) > > except ValueError: > >    pass > > > or > > > index = keylist.find( keyIWantToFind) > > if index > -1: > >    keylist.pop(index) > >    urlist.pop(index) > >    nameslist.pop(index) > >

[google-appengine] delete an entry in a stringlistproperty

2009-03-16 Thread sagey
Hello, i'd really appreciate some help. I have a model with 3 stringlistproperty properties. keylist urllist namelist keylist[0] relates to urllist[0] and namelist[0] i want to be able to search through the keylist property for a key, then delete each record in the 3 stringlistproperties that

[google-appengine] Re: iterate thru 2 stringlistproperties in template

2009-03-11 Thread sagey
{{item.0}} and {{item.1}} > {%endfor%} > > Regards, > > Andi > > > > On Mon, Mar 9, 2009 at 2:19 PM,sagey wrote: > > > Hello, > > > please forgive the beginners question. > > > I have a model with 2 string list properties. > > > How do i iter

[google-appengine] iterate thru 2 stringlistproperties in template

2009-03-09 Thread sagey
Hello, please forgive the beginners question. I have a model with 2 string list properties. How do i iterate through each list in the template at the same time. What i mean is, say i wanted to output stringlist1value1and stringlist2value1 stringlist1value2and string list2value2 string

[google-appengine] storing key value pair in datastore

2009-02-11 Thread sagey
hello, Apologies for what i assume is a very stupid question. I did have a model that stored a list of strings using a stringlistproperty. I now need to store a pair of string values but am unsure of the best/ correct way to do this? i've thought of 2 ways so far: 1) store the 2 strings in a

[google-appengine] upgrade to 1.19 breaks appengine

2009-02-10 Thread sagey
after installing 1.1.99 i get the following message on an app that previous worked. I've tried uninstalling 1.1.9 and reinstalling. i've tried uninstalling 1.1.9 and installing 1.1.7 and i still get the same message. I'm hoping someone can help please? C:\Program Files\Google\google_appengine\goo