Re: [Tutor] Bowing out

2010-03-03 Thread Philip Kilner
Hi Kent, Thank you! -- Regards, PhilK 'work as if you lived in the early days of a better nation' - alasdair gray smime.p7s Description: S/MIME Cryptographic Signature ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription

Re: [Tutor] tracking program

2010-02-02 Thread Philip Kilner
Hi Luis, Luis Ortega wrote: > I am fairly new to programming (which means I have never, ever, ever > written a program). I have a book or two in Python, and so far I like > it. I have a stupid question to ask; Is it possible to write an > employee's internet tracking program in Python? > Wayn

Re: [Tutor] replaying

2005-07-19 Thread Philip Kilner
Hi John, John Montgomery wrote: > I am surprised that Thunderbird does not have a "Reply All" button. > It does - and I just hit it! ;-) -- Regards, PhilK Email: [EMAIL PROTECTED] PGP Public key: http://www.xfr.co.uk Voicemail & Facsimile: 07092 070518 "You'll find that one part's sweet a

[Tutor] Capturing Logfile data in Windows

2004-12-09 Thread Philip Kilner
Hi List, I have a closed-source application which creates log files. I'd like to capture this logfile data as it is crated, and do clever things with it! Is this possible? I guess it must be, because there are "tail" type utilities for Windows... Is it possible in Python? I'd be grateful for an