Curious to know what the effort would be to convert the code to use poll instead of select?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Safford, Brian Sent: Friday, January 19, 2007 1:13 PM To: PyTransports Discussion Subject: RE: [py-transports] Yahoo-Transport New traceback ... Traceback (most recent call last): File "PyYIMt.py", line 1309, in ? (i , o, e) = select.select(rdsocketlist.keys(),wrsocketlist.keys(),[],1) ValueError: filedescriptor out of range in select() Regards, Brian Safford -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Norman Rasmussen Sent: Tuesday, December 19, 2006 3:14 AM To: PyTransports Discussion Subject: Re: [py-transports] Yahoo-Transport On 12/18/06, Safford, Brian <[EMAIL PROTECTED]> wrote: > Haven't found the config setting that allows me to disable the > messages that show up when users receive email in their Yahoo inbox. > If not, I'd like to suggest it be added as an enhancement. It doesn't yet, it's been on my mental to-do list, I've now moved it to my blog's todo list. If you want to disable it in the mean time, you can comment out the last line of y_email in yahoo.py - self.jabberqueue(m) [1] http://norman.rasmussen.co.za/todo/ -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ _______________________________________________ py-transports mailing list [email protected] http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports _______________________________________________ py-transports mailing list [email protected] http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports _______________________________________________ py-transports mailing list [email protected] http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
