[google-appengine] Can't upload or create my app

2010-08-10 Thread JavaJive
I have the Python SDK v1.3.5 installed. In the SDK, when I click Deploy with my app selected, it asks for an email and password, and then gives the following messages: 2010-08-10 22:59:23,584 WARNING appengine_rpc.py:399 ssl module not found. Without the ssl module, the identity of the remote hos

[google-appengine] Re: Trying to get Image data

2010-08-09 Thread JavaJive
I have a similar need, to read SRTM files. Here's how I did it: try: da = open( "./SRTM/" + fn + ".hgt", "rb" ).read() # print "Opened data file: ./SRTM/%s.hgt" % fn if da:

[google-appengine] How to read static binary file, which might be zipped, to use in GAE?

2010-07-22 Thread JavaJive
display signal profile data. I already have a working page here: http://www.macfh.co.uk/JavaJive/AudioVisualTV/TerrestrialTV/TerrestrialCalculator.html However, that page reads elevation data from a GAE set up by a friend in the Ordnance Survey forum, and has some existing and potential