On 10/21/07, Stou Sandalski <[EMAIL PROTECTED]> wrote: > > I am running 0.9.6, after some tinkering I found out it was > ToscaWidgets that was causing the dependency, sorry. > > Is there something out there a bit 'newer' or 'cleaner' than tw that > someone can recommend? At least something that doesn't depend on all > those packages from PEAK that are 3 years old (PyProtocols, etc.)
The non-ToscaWidgets way is plain ol' FormEncode but then you're going lower level. ToscaWidgets has been positioning itself as the high-end solution; I don't know of any other that works with Pylons. So the real question is, when will ToscaWidgets modernize its dependencies? Looking at TW's setup.py, the only "ancient" dependency is RuleDispatch. http://svn.turbogears.org/projects/ToscaWidgets/trunk/setup.py I recall a discussion about wanting to improve RuleDispatch and spin it off, but apparently this has not been done yet and there are insufficient volunteers for it. I'm stunned that ToscaWidgets would depend on Myghty by default, especially since it's spun off from TurboGears which prefers Genshi/Kid. Maybe they did this as a courtesy to Pylons 0.9.4 and they could change it fairly easily? Though looking at setup.py, I don't see how Mako is strictly required unless you invoke the "Mako extra". Though I'm not sure how you'd install an extra with easy_install anyway. -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
