Re: Peer-to-Peer Chat Program

2008-08-04 Thread Avinash Vora
On Aug 4, 2008, at 10:44 AM, Trevor Slocum wrote: Python seemed like the right choice for writing a peer-to-peer application, as the support for sockets is adequate and the cross- platform ability is nominal. That's why I searched around for P2P frameworks in Python, and didn't have much lu

Peer-to-Peer Chat Program

2008-08-03 Thread Trevor Slocum
Python seemed like the right choice for writing a peer-to-peer application, as the support for sockets is adequate and the cross-platform ability is nominal. That's why I searched around for P2P frameworks in Python, and didn't have much luck. The framework that I did find was designed specifical

Re: Modules for peer-to-peer chat program

2007-04-26 Thread billiejoex
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

Modules for peer-to-peer chat program

2007-04-24 Thread Viewer T.
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. -- http://mail.python.org/mailman/listinfo/python