I'm trying to append the following to ticket #1277 but Trac is rejecting it as 
spam:



With this patch in place I had problems when mixing huge sets of Kid + Genshi 
projects (yes, two distinct projects where one -- with Genshi as default -- 
is a subset of another -- with Kid as default).

The traceback ended with:

{{{
File 
"/home/godoy/desenvolvimento/python/TurboGears/1.0/turbogears/widgets/base.py",
line 232, in __call__
   return self.display(*args, **params)
File 
"/home/godoy/desenvolvimento/python/TurboGears/1.0/turbogears/widgets/meta.py",
line 108, in lockwidget
   output = self.__class__.display(self, *args, **kw)
File 
"/home/godoy/desenvolvimento/python/TurboGears/1.0/turbogears/widgets/base.py",
line 272, in display
   return view.engines.get('kid').transform(params, self.template_c)
AttributeError: 'NoneType' object has no attribute 'transform'
}}}

Just readding the line "load_engines()" by the end of the file fixed this 
problem all the way up to HEAD as it is today.

I suggest that the removal of this last line be reversed until we can be sure 
that this won't affect projects that mixes things like default template 
systems.

I'm also changing severity of this bug since this change had a visible impact 
and prevented the application from starting, making it a major problem.




Is there something I can do to be able to post it there and change the 
severity to major?

-- 
Jorge Godoy      <[EMAIL PROTECTED]>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to