bash: dev_appserver.py: command not found

1,304 views
Skip to first unread message

abuhijlehJordan

unread,
Apr 19, 2009, 3:34:15 PM4/19/09
to Google App Engine
I am using UBUNTU 8.1. I have followed all procedures literally, I
have downloaded google SKD and uzipped it inside /home/ahijleh. After
that I renamed the folder to GEA. I have followed other steps
literally, however when I try to run the web server I get the
following:

ahijleh@ahijleh-laptop:~/GAE$ sudo dev_appserver test.py test/
sudo: dev_appserver: command not found

I used "test" instead of "helloworld" in google startup example.

Could anybody tell me what's wrong? why it is unable to identify the
command.

My paything version is 2.5.2

Awaiting your replies

djidjadji

unread,
Apr 20, 2009, 7:19:10 PM4/20/09
to google-a...@googlegroups.com
the file you want to execute is dev_appserver.py

1) go to the directory with your app.yaml file
2) go 1 dir up: cd ..
3) in this directory you find the directory test/
4) start the server with ~/GAE/dev_appserver.py test/
if the execute bit of dev_appserver.py is not set use
python ~/GAE/dev_appserver.py test/

2009/4/19 abuhijlehJordan <Alaa-...@bayt.net>:
Reply all
Reply to author
Forward
0 new messages