On 9/22/08 5:42 PM, [EMAIL PROTECTED] wrote:
> I'm sorry, this is going to sound very beginner-ish (because I am one
> obviously). I've made my application and I'm trying to upload it but I
> keep running into problems. I'm using Ubuntu, and I go into the
> terminal and type  /home/*username*/Documents/google_appengine/
> appcfg.py update </home/russell/Documents/*nameofapp*/> and get the
> output bash: syntax error near unexpected token `newline'. Am I doing
> something totally obvious wrong?

If appcfg.py is not executable, you'll get that error. You have two options:

1. Make it executable: chmod 755 /path/to/appcfg.py
2. Explicitly run it through Python: python /path/to/appcfg.py update ...
--
Brian Clapper, http://www.clapper.org/bmc/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to