a href="xn--fiqr16adi7bgnc.xn--dqr445bdw4a.xn--j6w193g">隆鎮,Hacker News,Network Security,Hacker News,1N4148
Install Google App Engine SDK - App Engine Guide,Google App Engine Guide

Install Google App Engine SDK

 
Before you install the Google App Engine SDK, please be ensure that you have donwload the GoogleAppEngine_1.3.1.msi and you have successfully installed Python 2.5.4 and PIL 1.1.7. If you don't know where to download GoogleAppEngine_1.3.1.msi go to Step 1. If you don't know how to install Python 2.5.4, go to Step 2. If you don't know how to install PIL 1.1.7, go to Step 3. If you wish to use encrpytion modules in your google application, please go to Step 4 for installation of Cryptographic modules for Python.
 
  1. Run the GoogleAppEngine_1.3.1.msi,
  2. A welcome screen will be displayed showing that python 2.5 have been found. Press "Next >"
  3. Then there will be a End-User License Agreement. Read carefully
  4. Click "I accept the terms in the License Agreement", and press "Next >"
  5. Now the installer is ready to start copying files, press "install"
  6. You will notice that the installer is copying files
  7. Then it comes to the "Finish" screen showng that the installation has been completed. Press "Finished"
Now you are ready to use the Google App Engine SDK. Before you start create any application, you should first config the environment of Google App Engine SDK. In the current version 1.3.1, there is a bug that the installer has forgotten to record the path for accessing Python. So when you start the Google App Engine SDK,
 
  1. you will see a warning screen:
  2. Go to the "Preference" under the "Edit" pull-down menu
  3. The "preference screen" will come up. Press the "Select" button on the right hand side of the Python Path.
  4. Select the python path (in our case, it should be "c:\python25"
  5. Choose the "pythonw.exe" file, and press "open"
  6. You will go back to the preference screen. Press "OK"
Now, you have completed all the essential installation of Google App Engine SDK. Now, let's enjoy programming!

Permanent Address | Contact me