I m using windows-XP (SP2). I Installed Django-1.1,python2.6 and google appengine... I make a simple App on django named as "vichintan". I Registered an app on my appengine account with the name of "vichintan". and registered the url as "vichintan.appspot.com" and I am using Windows Google Appengine Launcher... I Test this app successfully.
here is my app.yaml files code ######################### application: vichintan version: 1 runtime: python api_version: 1 handlers: - url: /.* script: main.py ######################## When m going to Upload my application(vichintan) to the Google App Engine...using the Windows Google App Engine Launcher Its shows me the following error.. ########################################################################### 2010-04-05 21:19:41 Running command: "['C:\\Python26\\pythonw.exe', 'C: \\Program Files\\Google\\google_appengine\\appcfg.py', '--no_cookies', u'[email protected]', '--passin', 'update', 'C:\\Program Files\ \Google\\google_appengine\\vichintan']" Password for [email protected]: C:\Program Files\Google \google_appengine\appcfg.py:41: DeprecationWarning: the sha module is deprecated; use the hashlib module instead os.path.join(DIR_PATH, 'lib', 'antlr3'), C:\Program Files\Google\google_appengine\google\appengine\tools \dev_appserver_login.py:33: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 Application: vichintan; version: 1. Server: appengine.google.com. Scanning files on local disk. Initiating update. Error 401: --- begin server output --- Must authenticate first. --- end server output --- 2010-04-05 21:20:05 (Process exited with code 1) You can close this window now. ######################################################################## Thanking you... -- 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.
