On Thu, Aug 13, 2009 at 2:59 PM, Martin Stein<[email protected]> wrote: > Hi all, > > On August 6th a new version of ipython (0.10) was released. When I use > paster shell with that version, I get a strange error: > > In [1]: for i in range(4): > <ERROR: 'dict' object has no attribute 'len'> > > It seems that for-iteration over lists is broken. In normal ipython (without > paster shell) it works; when I go back to ipython0.9.1 it works in paster > shell, too. > > Can anybody reproduce this problem or has maybe found a solution? >
Same problem here. But [i for i in range(3)] works > Thanks, > Martin > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
