On 1/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > If it is a problem with py:extends, you might try reversing out the > > change to kid.template_util.py :: get_base_class, r.173, namely: > > http://lesscode.org/projects/kid/changeset/173 > > 36 #path = kid.path.find(thing, from_file) comment this line out > > 37 path = abspath(join(dirname(from_file), normpath(thing))) > > #uncomment this line > > Apologies to dig an old thread of discussion, but if any other Windows > users get this problem, the above fixes it nicely with no immediately > observable side effects.
Hi Liam, I'd recommend upgrading to the svn trunk version of Kid. This problem should be fixed directly there already. If it's not, then we need to know about that. (There does appear to be something going on there, but I'm not sure if it's in path.find) Kevin

