On Tue, 26 Mar 2013 23:50:36 +1100, Chris Angelico <ros...@gmail.com>
wrote:
>According to the docstring, the first argument to make_server() is the
>host name to bind to. Using "localhost" means you're bound to
>127.0.0.1, as you see. Use your LAN IP address there, or "" to bind to
>all local addresses - or possibly "::" to bind to all IPv6 addresses
>(try it and see - some systems work with one or the other, others work
>happily with both together).

Thanks Chris. I was thinking it was due to how Python was configured,
and didn't first check that it could be some instruction in the script
itself. It works fine now.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to