[Tutor] datetime substraction

2014-08-26 Thread Anirudh Tamsekar
r, args=(tfile,)).start() print "\n # Tailing Log file %s" % (tfile) print "\n ***" print tailq.get() # blocks print tailq.get_nowait() # throws Queue.Empty if there are no lines to read exit() -Thanks, Anirudh Tamsekar ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] datetime substraction

2014-08-27 Thread Anirudh Tamsekar
Hi Alan/Danny/Steve, Thank you very much, I'm able to get the script working. -Regards, Anirudh Tamsekar On Tue, Aug 26, 2014 at 10:25 PM, Alan Gauld wrote: > On 26/08/14 10:10, Anirudh Tamsekar wrote: > > *Traceback (most recent call last):* >> * File "./rsysl

[Tutor] pass arg to list

2019-07-18 Thread Anirudh Tamsekar
kage.pkg', 'Product-'+version + 'Service Package (Build' + build + ')', version, ''], ) Traceback (most recent call last): File "/Users/atamsekar/Projects/PulseSO/trunk/swrelease/samplexls.py", line 5, in