On Aug 17, 2006, at 9:03 AM, benchline wrote: > I just tried this code as well and it gave me the same result. The > page did not show any of the text until the whole request was finished. > I am using the paster serve server. > > Could it be that I have a version that is before Ben removed all the > explicit list() calls? > > If so, what is the easy_install command to run to upgrade to the right > version?
Ah, yes. There was the update, I believe that made it into 0.9.1 though. I should mention that due to how debug mode catches the info should an exception be caught, you can only send a stream when debug mode is off. Try uncommenting the set debug = false At the bottom of the development.ini file, and let me know if the iterator works. HTH, Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss -~----------~----~----~----~------~----~------~--~---
