I am getting errors when I try to run dev_appserver.py. Please note I am running FC12 and Python 2.6.4. Any thoughts on how to successfully install the GAE SDK? Note the errrors below. Thank-you.
[r...@fedora1 google_appengine]# uname -a Linux fedora1.homenet 2.6.31.6-145.fc12.i686.PAE #1 SMP Sat Nov 21 16:12:37 EST 2009 i686 i686 i386 GNU/Linux [r...@fedora1 google_appengine]# python Python 2.6.4 (r264:75706, Dec 20 2009, 13:30:01) [GCC 4.4.2 20091027 (Red Hat 4.4.2-7)] on linux2 Note the following output from dev_appserver.py [r...@fedora1 google_appengine]# ./dev_appserver.py /home/alexander/Downloads/google_appengine/google/appengine/tools/ appcfg.py:41: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha /home/alexander/Downloads/google_appengine/google/appengine/api/ datastore_file_stub.py:40: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 Invalid arguments Runs a development application server for an application. dev_appserver.py [options] <application root> Application root must be the path to the application to run in this server. Must contain a valid app.yaml or app.yml file. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
