Jan 17, 2006 #1 glmrenard Technical User Joined Oct 29, 2002 Messages 52 Location FR Hello, Does anyone has an example with select.select function. ican't use it I would like to selct 2 socket and keyboard input but a,b,c = select.select([0,1011,1012],[],[]) print a,b,c Doesn't work Thanks for helping
Hello, Does anyone has an example with select.select function. ican't use it I would like to selct 2 socket and keyboard input but a,b,c = select.select([0,1011,1012],[],[]) print a,b,c Doesn't work Thanks for helping
Jan 17, 2006 #2 ericbrunson Technical User Joined Jan 9, 2004 Messages 2,092 Location US Define "doesn't work". Do you get an error message? Do you get unexpected results? Are you getting any results? http://www.catb.org/~esr/faqs/smart-questions.html#beprecise Upvote 0 Downvote
Define "doesn't work". Do you get an error message? Do you get unexpected results? Are you getting any results? http://www.catb.org/~esr/faqs/smart-questions.html#beprecise