On 24 Apr, 19:51, "Viewer T." <[EMAIL PROTECTED]> wrote: > I would like to know which modules I would need in order to create > peer-to-peer chat program in python using Tkinter. > > If I would need modules that do not come packaged with python, I would > appreciate information on where I can get them. > > Thanks.
Some options: - socket - asyncore - asynchat - twisted - twisted with support for tkinter ( http://twistedmatrix.com/projects/core/documentation/howto/choosing-reactor.html#auto13 ) -- http://mail.python.org/mailman/listinfo/python-list