Go to the py file folder. Run the command python <name>.py and you should see something like: http://0.0.0.0:8080/ which means that the server is listening on all interfaces. You can verify this using netstat -ntpl Now you can access the page from the Ubuntu host using http://127.0.0.1:8080or from another host using http://<ubuntuIP>:8080 If you cannot access it from another host is most probably caused by the firewall.
If this still doesn't help perhaps paste the code here. On Wed, Jun 5, 2013 at 6:52 AM, Joseph Do <josephdo...@gmail.com> wrote: > Finally, the problem is that because I used manual proxy and forgot to > exclude the server IP. > > On Tuesday, June 4, 2013 3:12:22 PM UTC+7, Joseph Do wrote: >> >> Hello everyone, >> >> I am a newbie in web.py framework. I have followed the tutorial in >> webpy.org and been able to start server successfully. >> >> The problem is it keep loading and never displays content. I tried to >> change different ports but not working. Does anybody know why? Please, help >> me! >> >> Another question: when they say "python <name>.py", is that really mean >> "python <pathToTheFile>/<name>.py"? Or should I put <name>.py in some >> special folders? >> >> I am using Ubuntu 12.04, python 2.7.3 and web.py 0.37. >> > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to webpy+unsubscr...@googlegroups.com. > To post to this group, send email to webpy@googlegroups.com. > Visit this group at http://groups.google.com/group/webpy?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- This message is confidential. It may also be privileged or otherwise protected by work product immunity or other legal rules. If you have received it by mistake please let me know by reply and then delete it from your system; you should not copy the message or disclose its contents to anyone. -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to webpy+unsubscr...@googlegroups.com. To post to this group, send email to webpy@googlegroups.com. Visit this group at http://groups.google.com/group/webpy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.