Google App Engine (Python) on Linux Mint Debian Edition

agsom
  12 years ago
  2

This is how i got Google's app Engine working on my Linux Mint DE. It's really simple:

  1. Download the Linux version of the SDK from Google's page.
  2. Unzip it
  3. open a terminal and issue "sudo apt-get install python-mysqldb"

And that's it! Really simple.

Comments
Antoine 12 years ago

Amazing, the instructions you put bellow saved soooo much time. Thank you.