Re: [twill] Twill and Django incompatibility?

2007-12-04 Thread Titus Brown
Antti -- fixed in twill-latest. I was double-calling the iterator in certain situations. thank you! cheers, --titus Kumar, this is a bug in wsgi_intercept: code should look like this: 271c271,273 for data in self.result: --- while 1:

Re: [twill] Twill and Django incompatibility?

2007-12-04 Thread Kumar McMillan
On Dec 4, 2007 3:31 AM, Titus Brown [EMAIL PROTECTED] wrote: Antti -- fixed in twill-latest. I was double-calling the iterator in certain situations. thank you! cheers, --titus Kumar, this is a bug in wsgi_intercept: code should look like this: 271c271,273 for data in