On Wed, Nov 28, 2012 at 4:47 PM, Minh Dang <[email protected]> wrote:
> ok, here is my code, zip
> http://www.mediafire.com/?ob4kokda81fj6xc
Thanks! That's a distinct improvement :)
That code doesn't exactly match the traceback, though; there's
client.py not pclient.py and the line numbers don't match. So I have
to just guess that the error is the same. However, I can see an
immediate problem.
def broadcast():
broadcastIP = "<broadcast>"
broadcastPort = 9999
That's not a valid broadcast IP :)
I think you probably want to bind to "" (aka "any address").
ChrisA
--
http://mail.python.org/mailman/listinfo/python-list