[Twisted-web] NamedAnyError

Donovan Preston dp at ulaluma.com
Thu May 5 17:31:45 MDT 2005


On May 5, 2005, at 3:53 PM, Andrea Arcangeli wrote:

> I'm getting these errors:
>
> 2005/05/06 00:45 CEST [-] NamedAnyError: <function  
> FunctionSerializer at 0x2aaaae6c6b18> stackless.function
> 2005/05/06 00:45 CEST [-] NamedAnyError: <function MethodSerializer  
> at 0x2aaaae6c6c08> stackless.instancemethod
> 2005/05/06 00:45 CEST [-] NamedAnyError: <function URLSerializer at  
> 0x2aaaae5d4500> nevow.url.URLPath
>
> Is this only a debugging print?

The first two are because you aren't using stackless; they can  
safely  be ignored. The last one is genuine cruft. The registration  
of an  adapter against the old name nevow.url.URLPath should be  
removed from  nevow.__init__.

Donovan




More information about the Twisted-web mailing list