Michael Langford wrote:
> 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:

Depending on the criteria you want to watch for, "expect" may be the 
ideal solution.  I'd recommend checking that out as well.

http://expect.nist.gov

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to