[google-appengine] Re: running appcfg.py

2009-04-09 Thread leemajors
many thanks jeff! this mostly makes sense... for anyone else reading this post who's interested, i found this link explaining why the "./" is needed. http://www.linfo.org/dot_slash.html --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Re: running appcfg.py

2009-04-08 Thread Jeff S
Using python appcfg.py works too, because python is in the execution path (it is probably in /usr/bin/) and the python program takes a file name as an argument. - python appcfg.py says, run python and use this file as input - ./appcfg.py says, execute this file. And the file starts with #! pointi

[google-appengine] Re: running appcfg.py

2009-04-08 Thread leemajors
Thanks jeff for your reply. I managed to get this to work by typing "python appcfg.py" from withinthe directory. I haven't tried ./ but will try that soon. Why would my solution have worked? I'm curious... On Apr 7, 6:08 am, Jeff S wrote: > Hi leemajors, > > I imagine ./appcfg.py should work

[google-appengine] Re: running appcfg.py

2009-04-06 Thread Jeff S
Hi leemajors, I imagine ./appcfg.py should work. The execution path in Ubuntu does not usually include the current directory (.) but you could check by running echo $PATH. Thank you, Jeff On Apr 5, 1:10 am, leemajors wrote: > hi there, > > i'm using ubuntu 8.10 and for some reason can't run a