- Download the Google App Engine SDK
- Choices: Java, Python or Go?
- Perception from web search on this choice
- Python is easier, faster, more downloaded
- Choice: Python, give it a try, haven't used it previously
Windows 1.5.3 - 2011-08-17 GoogleAppEngine-1.5.3.msi 17.1 MB - Install Google App Engine SDK for Python v 1.5.3 for Windows
- Requirements: Python 2.5.x, download from Python.org or ActiveState Python
- Python.org
- This site hosts the "traditional" implementation of Python (nicknamed CPython). A number of alternative implementations are available as well, namely
- Other parties have re-packaged Python. These re-packagings often include more libraries or are specialized for a particular application:
- ActiveState ActivePython (not open source)
- A comprehensive list of all released versions is available if you need source code for an older version of Python.
- Python 2.5.6 (May 26, 2011)
This is a source-only release that only includes security fixes.
Documentation
The documentation has not been updated since the 2.5.4 release:
- Compile Source only release on windows
- So try the .TGZ
- How to open? install 7-zip?
- http://www.7-zip.org/
- works
- Hmmm, how to compile source on windows?
- GAE supports 2.5.2
- http://code.google.com/appengine/docs/python/overview.html
- In addition to the Python standard library and the App Engine libraries, the runtime environment includes the following third-party libraries:
- Django 0.96.1
- WebOb 0.9
- PyYAML 3.05
- try again with 2.5.2
- not found in official list
- http://www.python.org/download/releases/
- varying information
- the official list does not have all of the releases and claims all contain excellent installers
- all of the 2.5.x official releases for download, are source only
-
Python for Microsoft Windows (XP and later releases)
Python releases include an excellent Windows installer. See the individual releases for details.You may also wish to download Win32all, Mark Hammond's add-on that includes the Win32 API, COM support, and Pythonwin extensions. It's available from the pywin32 project on SourceForge. - Python... currently, Python 2.5.x is supported
- 2.6+ is okay for development but only 2.5 runs on production servers
- Don't write 2.6/2.7 specific code!
- Python 3.x is not supported at this tim
- https://sites.google.com/site/gdevelopercodelabs/app-engine/python-codelab
- Python 3 ?
- http://stackoverflow.com/questions/625042/what-will-be-the-upgrade-path-to-python-3-x-for-google-app-engine-applications
- ver 2.5.2 found through site search
- http://www.python.org/download/releases/2.5.2/
- 64-bit what kind of processor?
- itanium? is that specific or just non-amd?
- it sounds like the x86-general compatibility is the correct selection:
- http://superuser.com/questions/21819/is-my-i7-920-intell-processor-considered-ia64-or-x64
- install ver. 2.5.2 msi
- advanced options
- compile .py files to byte code after installation?
- http://www.mail-archive.com/modwsgi@googlegroups.com/msg02439.html
- some errors reported, will skip
- http://www.eggheadcafe.com/microsoft/Python/36218496/installation-problem-python-266-32bit-on-windows-7-32bit.aspx
- completed without error
- Second attempt: Install Google App Engine SDK for Python v 1.5.3 for Windows
- Python 2.5 and all pre-requisites found
- C:\Program Files (x86)\Google\google_appengine\
- view readme
- run launcher
- It appears to run
- Create new application, if i've already created it online?
- not sure, maybe doesn't matter, will find out soon
Jeff Moeller's notes, link highlights and wanderings through the vast digital landscape.
Monday, September 5, 2011
GAE - Google App Engine - Part 2 - Development Environment
Labels:
GoogleAppEngine
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment