it looks like a bug in new dev branch:

class render:
    def __init__(self, loc='templates/', cache=None, base=None):

       ......

        self.base = base

with this, i got this error:
<type 'exceptions.TypeError'> at /
'NoneType' object is not callable

but if i remove "self.base = base" and the lambda sentence in
__getattr__, it'll be ok.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to