[Twisted-web] problem with livepage-completion-notification-3 branche

Siegmund Fuehringer sifu-twisted at 0xx0.net
Mon Jun 6 20:52:05 MDT 2005


hi!

livepage doesn't work, when i return a LivePage instance from 
a childFactory.

eg:
class Test( livepage.LivePage ):
...
class Root( rend.Page ):
    def childFactory( self, ctx, name ):
	return Test( )   <---- doesn't work

    child_muh = Test( )  <---- works


it works in nevow trunk though.

bye - sifu



More information about the Twisted-web mailing list