[Twisted-Python] [flow.py] : iterator problems

Philippe Lafoucrière lafou at wanadoo.fr
Sun Apr 20 06:28:24 EDT 2003


Clark I have a problem here.
queryIterator doesn't work anymore :(

when I yield a producer, I got in one shot the complete set of results !


--------------------------------------------------------------------------
Processed result :  ((1L, 1L), (12L, 90L), (1300L, 560L), (2000L, 10L),
(30L, 900L), (5000L, 500L))
--------------------------------------------------------------------------

Instead of 

--------------------------------------------------------------------------
Processed result : (1L, 1L)
Processed result : (12L, 90L)
Processed result : (1300L, 560L)
Processed result : (2000L, 10L)
Processed result : (30L, 900L)
Processed result : (5000L, 500L)
--------------------------------------------------------------------------



I saw you changed many things since few days, and I'm not sure I will be
able to correct this bug alone. By the way, I'd like to work on my
project today, could you help me please ?

thank you.
Philippe 






More information about the Twisted-Python mailing list