you use the command shell of Windows directly... not inside the python interpreter.
it would be "C:\Program Files\Google\AppEngine\appcfg.py --email=<u...@domain> update C:\Users\DadLaptop\Documents\tombrander" as a single line... I personally use Linux and have the devkit unpacked in a folder beside my working folders "work/devkit" and my own site in "work/<sitename>" then I can use "devkit/appcfg.py --email=<mygmailaddress> update <sitename>" while working in the "work" folder using bash (linux equal to command.com for Windows) I hope this helps somehow Jeremy On Sun, 2009-01-18 at 16:51 -0800, dartdog wrote: > I have been working on a sample app for a while and now I'm finally > ready to go, I have been using Python 2.6.1 (could that be the issue?) > The local app server and my app are getting on fine. so I go to > appcfg.py update C:\Users\DadLaptop\Documents\tombrander I cannot > enter anything into the server window and neither the python gui nor > the python command line recognize the command. I have already created > the app, with the same name on my account. > >>> appcfg.py update C:\Users\DadLaptop\Documents\tombrander/ > SyntaxError: invalid syntax > >>> > It has update highlighted in red... > --~--~---------~--~----~------------~-------~--~----~ > 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 > -~----------~----~----~----~------~----~------~--~--- >
signature.asc
Description: This is a digitally signed message part
