Hi, Wei. That's because you have Windows configured to associate .py files with Notepad. That is, when you "execute" a .py file, it opens in Notepad for editing.
You can get around this by launching a command prompt window and typing: python appcfg.py update yourproject Of course, the preceding command assumes that you have Python in your path. If you don't have Python in your path, you'll have to supply the full path to your Python executable like so: C:\Python25\python.exe appcfg.py update yourproject I hope that helps, Raj Social bookmarking with style! http://imi-imi.appspot.com/ On Oct 20, 2010, at 10:56 AM, wei wrote: > when I run appcfg.py update myproject, the appcfg.py file opened by > notepad, instead of asking me to fill the user name and password. is > there anyone knows how to solve this problem? > > -- > 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. > -- 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.
