What if you go to http://127.0.0.1:8080/ ?
Alternatively, open another terminal and use curl: curl http://127.0.0.1:8080 or wget: wget -q -O - http://127.0.0.1 On Mon, Jun 6, 2011 at 8:31 PM, Jesramz <[email protected]> wrote: > I see http://0.0.0.0:8080/ and nothing else. When I run this in the > browser it says the page is not available. > > On Jun 6, 8:54 pm, Anand Chitipothu <[email protected]> wrote: >> 2011/6/6 Jesramz <[email protected]>: >> >> > I just installed web.py, followed the tutorial and made a code.py. I >> > ran the server from the command prompt but it doesn't work. Chrome >> > says the page is not available even though I followed the tutorial. >> > Does web.py need to go on the path in the environment variables like >> > Django does? I also have Django installed, might it be causing web.py >> > to not work properly? >> >> What you see at the command prompt after you run the server? > > -- > You received this message because you are subscribed to the Google Groups > "web.py" 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/webpy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
