[google-appengine] Project scripts recovery

2009-04-17 Thread ehmo
Guys i did lost all my data on HDD and i want download/recovery my scripts from gae back to my computer. It's any way how to do that? Coz i've no chance to get them back from any other source. Thnx for help --~--~-~--~~~---~--~~ You received this message because

[google-appengine] Counting more than 1000 results.

2009-02-21 Thread ehmo
Hey guys, i want to know amout of data from specific query. there is more than 1000 rows and i can't figure out how to get it, because n = db.GqlQuery(SELECT * FROM db WHERE not_allowed = 0 LIMIT 1000, 2000) m = n.count() this returns m = 1000, but there is just 352 rows. any idea how to get

[google-appengine] Call class from another class

2009-02-17 Thread ehmo
Hey, i've this two classed class New(webapp.RequestHandler): def __init__(self): self.dateTime = datetime.datetime.now() def get(self): new_nick = cgi.escape(self.request.get('nick')) class MainHandler(webapp.RequestHandler): def get(self): call new with nick and i want

[google-appengine] Google Geocoding not working

2009-02-16 Thread ehmo
Hey guys, i'm trying to use Google Geocoding service http://code.google.com/apis/maps/documentation/geocoding/index.html via http. I generated API key for actual domain and it's not working {u'Status': {u'code': 610, u'request': u'geocode'}, u'name': u'Brno'}. 610 mean it's not good key for this

[google-appengine] Fetch timeout

2009-01-18 Thread ehmo
Is any chance to get bigger timeout? I'm working on one little service, where i need check a site and get his title. However it's impossible, because it's not always fast and i need like 10-15 seconds to get data from it. Fetch is always timeouting this connection and any repeating of this is not

[google-appengine] Fetch callback

2009-01-18 Thread ehmo
Hey guys, i'm trying to do something like this class check(webapp.RequestHandler): def get(self): url = self.request.get('url') self.response.out.write(url) class MainHandler(webapp.RequestHandler): def get(self): url = http://google.com; query_args =

[google-appengine] How to get url from fetchurl?

2009-01-17 Thread ehmo
I want to know actual url, where i'm via fetchurl. Something like geturl in urllib2. for example if i've follow_redirects=True, then i want to know which url is the ending one. any idea? --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Re: Use AppEngine on Vista x64

2008-12-25 Thread ehmo
i have very similiar problem. i'm using x64 vista but just x86 python. for my scripts works perfect, but for app engine not so much. if i had turned on automatic update, it's take down python. dono why. here is output Problem signature: Problem Event Name: APPCRASH Application Name: