|
|
|
Installing Python and Google App Engine on Windows
By Ryan Doom on Sunday, September 28, 2008

Installing Python and Google App Engine on Windows
By Ryan Doom @ 5:58 PM
365 Views ::
1 Comments ::

::
Technical
Installing Python on Windows & Installing Google App Engine on WindowsThese steps can help you Install Python on Windows as well as get Google App Engine Installed - Download Python 2.5.* from python.org http://www.python.org/download/
- Run the downloaded MSI and install it, the default is C:\python25
- Check to make sure Python works. Open up the command prompt by clicking on the Vista Icon, and in the Start Search area type cmd
- Once the cmd prompt is open type “cd c:\python25” that will take you to the python directory
- Type “python” - You should see the “help”, “copyright”, “credits” etc.
- You don’t want to have to always be in this directory or reference this directory to run Python so we want to add it to our PATH environment variable. To do this, right click on “My Computer” or “Computer”
- Select “Advanced System Settings” then “Environment Variables” then for System Variables PATH, Edit this and add “C:\python25;” after %SystemRoot%\system32; now when you close your command prompt and come back you should be able to run Python anywhere.
- Getting Google App Engine MSI - http://code.google.com/appengine/downloads.html
- Run the MSI and install everything in the default directories, Google App Engine SDK will automatically modify your PATH
- To Test Google app engine open your command prompt type “cd c:\Program Files\Google\google_appengine” and return
- Type “dev_appserver.py demos/guestbook/” and it will start the SDK web sever with their demo guestbook application
- Open your web browser and go to http://localhost/8080
- Done.
| Comments | ByFarhan Ahmad @
Monday, September 29, 2008 11:57 AM | |
Nice graphic! :) Make sure to do a follow-up post on how you like app engine. I am curious to hear how you like it. I have been using django (app engine's base) and love it so far. |
|
|
Click here to post a comment |
|
Software development and sales blog |