On Wed, Oct 28, 2015 at 9:21 PM, Vu Luong <[email protected]> wrote:

> When i follow tutorial in website, it worked fine with
> localhost:8080/servicename, but when i connect service with
> ServerIpAddress:8080/servicename form other pc, it didn't work.
>

Try running it as:

python run.py 0.0.0.0:8080

That'll start the dev web server on interface 0.0.0.0, which is accessible
from the network.

Anand

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to