Doing this indicates a Kid error. Lines 25-27 are:

    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.

-Rob

Jorge Godoy wrote:
> Em Terça 16 Maio 2006 10:22, Robin Haswell escreveu:
> 
>>Is there a way to stop Kid deleting its .py files so I can see the code
>>that was failing?
> 
> 
> You can compile your .kid files by hand and ask for the source .py to be kept.
> 
> kidc -s file.kid
> 
> kidc --help show other options.
> 

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to