Jonathan LaCour wrote: > Since I'm the squeaky wheel, I'll give this a shot today. I'll > let you know how it goes :)
Well, I tried, and failed :) Looks like there is a bug somewhere in prioritized_methods. When I replace the peak.rules `when` with the `prioritized_when`, all sorts of things go boom. Specifically, all of the default rules in TurboJSON raise exceptions about not being able to find imported modules. I can get a little further by replacing the `isinstance` checks with concrete type checking, but anything that passes a string-based rule that depends on something in the local namespace (imported modules like `datetime`, or helper functions like `is_saobject`), things blow up... Any ideas, Alberto? -- Jonathan LaCour http://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
