For one thing, you should be using python 2.5; 2.6 doesn't work. However, I suspect you have a problem in your app.yaml.
On Oct 6, 1:27 pm, TaiT OS <[email protected]> wrote: > C:\Program Files\Google\google_appengine\google\appengine\tools > \appcfg.py:41: DeprecationWarning: the sha module is deprecated; use > the hashlib module instead > import sha > C:\Program Files\Google\google_appengine\google\appengine\api > \datastore_file_stub.py:40: DeprecationWarning: the md5 module is > deprecated; use hashlib instead > import md5 > C:\Program Files\Google\google_appengine\google\appengine\api > \validation.py:64: DeprecationWarning: BaseException.message has been > deprecated as of Python 2.6 > self.message = message > C:\Program Files\Google\google_appengine\google\appengine\api > \validation.py:68: DeprecationWarning: BaseException.message has been > deprecated as of Python 2.6 > return str(self.message) > ERROR 2009-10-06 17:21:28,313 dev_appserver_main.py:442] Fatal > error when loading application configuration: > Repeated items must be <class 'google.appengine.api.appinfo.URLMap'>, > but found 'url:/.* script:helloworld.py'. > in "C:\Users\taitos\workspace\helloworld\src\app.yaml", line 8, > column 23 > > i use python,windows vista , eclipse --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
