On Fri, Jan 9, 2009 at 10:22 AM, jcavner <[email protected]> wrote: > > I am new to Turbogears and I can't seem to find an answer to this. > But I am having a problem using easy_install for the Scriptaculous > widget. When I do a easy_install Sciptaculous I get ImportError: No > module named turbogears.finddata. Can't seem to find any reference > to this module either. I am running tg2 on a RedHat Enterprise Linux > ES4 machine.
that is because you are trying to use the TG1 widget with TG2, in TG2 TurboGears widgets are replaced by it's successor ToscaWidgets. You may want to report this here http://tgwidgets.ossdl.de/wiki/Scriptaculous, so the author will add a flag to fail if it's finds Tg2. Looking at http://toscawidgets.org/hg it seems there isn't a TW wrapper for this library yet. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

