On Samstag, 3. Juli 2010, Phil Thompson wrote:
> I plan on making new releases of PyQt, SIP and QScintilla towards the end
> of next week. Let me know if there is something that you think should be
> fixed...
> 
> Phil
> _______________________________________________
> PyQt mailing list    PyQt@riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
> 

Does QWebElementCollection support iterating via "in" (e.g. for element in 
elements)? I tried it and it didn't give an error. However, it ended in an 
infinite loop. Changing the code to

for element in elements.toList():

works fine. Did I miss something?

Regards,
Detlev
-- 
Detlev Offenbach
det...@die-offenbachs.de
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to