Archive for the ‘appengine’ Category

google app engine python development on Intellij IDEA

Wednesday, September 16th, 2009

Google app engine provide eclipse plugin for development , I need to test and development python app engine from Intellij IDEA. IDEA provide Python plugin, I have to do some research to run the appengin application on IDEA, I just want to share the stapes for your help.

Required Software

  1. Python 2.5
  2. App Engine Python SDK - Development tools for Google App Engine
  3. IDEA 9

Get Python plugin .

image

Set up Python SDK

image

Setup app engine python lib

image

Get Sample project for run

image

Appengin Running setup

Note - Script: Point to appengin dev_appserver.py

Script parameters : point to current project source path.

 image

Enjoy, Good luck.