if there is something else that needs to run on 8000, use an alternative port with:
$ sudo python.py web2py.py -a 'password' -p 8001 to find out which process is running on 8000, try: $ sudo netstat -lpn | grep 8000 if it is only an unwanted web2py instance, at the end of this line should be a NNNN/python where NNNN is the process number you can kill with $ kill -SIGTERM NNNN Danny On Tuesday, July 16, 2013 2:54:13 AM UTC-5, ajitam wrote: > > Hi, > > Until now I install web2py with script "setup-web2py-ubuntu.sh" but now I > need to run web2py manualy because I need to run it as sudo (to use GPIO). > So I decided to do a fresh install of Rasberry and then clone web2py from > github. > > When I run "python web2py.py" i got prompt for password and then > > ERROR:Rocket.Errors.Port8000:Socket 127.0.0.1:8000 in use by other > process and it won't share. > WARNING:Rocket.Errors.Port8000:Listener started when not ready. > > BTW (maybe I have some facts mixed up) does web2py need apache (as far as > I know - it doesn't) > > thx > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.