[Twisted-web] does Nevow work with Twisted 2.x ?

Valentino Volonghi aka Dialtone dialtone at divmod.com
Thu Mar 17 21:25:47 MST 2005


jarrod roberson wrote:

>Twisted 2.0 needs the zope.interface package
>
>and I had to do a
>
>from zope.interface import implements
>
>and change all the __implements__ = to implements()
>  
>
Twisted needs this, not nevow. You must not convert any __implements__ 
to implements() in Nevow.
You should use compy until after the next Nevow release, where you will 
be able to use implements().

-- 
Valentino Volonghi aka Dialtone
Now Running MacOSX 10.3.8
Blog: http://vvolonghi.blogspot.com
http://weever.berlios.de




More information about the Twisted-web mailing list