On 11/23/07, elis aeris <[EMAIL PROTECTED]> wrote: > is it possible to do this with python? > > > a server script to listen for > > a client script, it sends a line of text to server when a given criteria is > met.
Sounds like python may not be simplest path to solving your problem. If you're on a unix-like OS, use netcat: http://netcat.sourceforge.net/ --Michael -- Michael Langford Phone: 404-386-0495 Consulting: http://www.RowdyLabs.com _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
