Em Terça 16 Maio 2006 11:33, Robin Haswell escreveu: > Doing this indicates a Kid error. Lines 25-27 are:
But the source should be kept there... The error might be for the compilation from .py to .pyc. > > def initialize(self): > rslt = initialize(self) > if rslt != 0: super(Template, self).initialize() > > The initialize symbol is: > > def initialize(template): pass > > Must be a compilation error or something, because that looks fine to me. Python "likes" this as well... So, no syntax error here. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

