Sounds like you're using a 1.1.3 version of dev_appserver_main.py and an older version of dev_appserver.py. Did you by chance manually modify dev_appserver.py before and now for whatever reason it hasn't been replaced with the new file?
Karsten On Tue, Sep 16, 2008 at 18:06, Waldemar Kornewald <[EMAIL PROTECTED]> wrote: > > Hi, > I just installed SDK 1.1.3 on Vista and got this error: > > C:\...>dev_appserver.py . > INFO 2008-09-16 16:55:57,661 appcfg.py] Server: > appengine.google.com > Traceback (most recent call last): > File "C:\Program Files\Google\google_appengine\dev_appserver.py", > line 55, in <module> > execfile(script_path, globals()) > File "C:\Program Files\Google\google_appengine\google\appengine\tools > \dev_appserver_main.py", line 358, in <module> > sys.exit(main(sys.argv)) > File "C:\Program Files\Google\google_appengine\google\appengine\tools > \dev_appserver_main.py", line 337, in main > static_caching=static_caching) > TypeError: CreateServer() got an unexpected keyword argument > 'static_caching' > > After I removed the static_caching argument from the call it worked > fine, again. Could you please fix it in the SDK? I'm reporting here > because normally the response time for issues is very long and I guess > you want to resolve this bug as soon as possible. > > Bye, > Waldemar Kornewald > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
