Re: How to schedule execution of code?

2011-03-15 Thread low kian seong
It might be useful to know that the purpose of this code is to collect data > from a set of RSS feeds. > > Any suggestions would be appreciated. > > -- > http://mail.python.org/mailman/listinfo/python-list > -- Low Kian Seong Senior Software Manager Logistics Consulting Asi

[rotatingloghandler]: How to read the logs produced ?

2011-01-18 Thread low kian seong
Dear people, I am currently using concurrentrotatingfilehandler to handle my Python logs. The situation is okay when it's only one log, but when it needs to spill over to the next log (I configured to have 2) say test.log.2 then I see that the output is sort of shared between the first log test.lo

Re: [rotatingloghandler]: How to read the logs produced ?

2011-01-18 Thread Low Kian Seong
(iphone) On Jan 19, 2011, at 3:25 PM, Chris Rebert wrote: > On Tue, Jan 18, 2011 at 10:02 PM, low kian seong > wrote: >> Dear people, >> I am currently using concurrentrotatingfilehandler to handle my Python logs. >> The situation is okay when it's only one lo

Re: Help: python unicode

2011-02-17 Thread low kian seong
from django ? By the way did you lift that example from Dive Into Python ? > > And in my script, there're many 'print' statements.So SOS > what should i do??? > > -- > http://mail.python.org/mailman/listinfo/python-list > > -- Low Kian Seong Senior Softwa