The 'with' statement introduced in src/zope/interface/tests/test_interface.py requires Python >=2.6. It would work in Python 2.5 after addition of 'from __future__ import with_statement'.
-- You received this bug notification because you are a member of Divmod- dev, which is the registrant for nevow. https://bugs.launchpad.net/bugs/811792 Title: AttributeError: 'MetaTypedInterface' object has no attribute '__name__' Status in Divmod Nevow: Confirmed Status in Tahoe, the Lovely Accessible File System: New Status in zope.interface: Fix Released Bug description: This is with Nevow 0.10.0 and zope.interface 3.6.4. David-Sarah Hopwood and Drew Perttula each independently reported this error. (I haven't seen it personally, I'm just reporting what they posted.) Drew included a patch to zope.interface work-around it: http://drewp.quickwitretort.com/2011/07/08/0 http://codepad.org/wd1UUnhh To manage notifications about this bug go to: https://bugs.launchpad.net/nevow/+bug/811792/+subscriptions -- Mailing list: https://launchpad.net/~divmod-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~divmod-dev More help : https://help.launchpad.net/ListHelp

