please help me to debud my local chat network program

Chris Angelico rosuav at gmail.com
Wed Nov 28 07:24:07 EST 2012


On Wed, Nov 28, 2012 at 10:57 PM, Minh Dang <dangbaminh.it at gmail.com> wrote:
> please help me, after changing broadcast, there are 2 bugs:
> if __name__ == "__main__":
>     sys.exit(main())
> and
>
> rQueue, wQueue, xQueue = select.select(inputs, [], [])
> please help me

By "bug", I'm guessing you mean one of two things:

1) The program fails to run, and an exception is given that points to
one of these lines, or
2) The program runs, but does something different from what you expect it to do.

If it's the first, what's the exception? If the second, what do you
expect and what happens?

You need to provide more information. Check out the link I gave you on
how to ask questions; it's very helpful.

ChrisA



More information about the Python-list mailing list