Elvelind Grandin wrote:
It's an setuptools syntax for installing extra dependencies. so easy_install ToscaWidgets[cheetah] would install toscawidgets and cheetah/turbocheetah. you can checkout the relevant part of the setup.py file. http://trac.turbogears.org/turbogears/browser/projects/ToscaWidgets/trunk/setup.py#L43 > "You can optionally install plugins for Genshi, Kid or Cheetah by: > easy_install ToscaWidgets[cheetah,kid,genshi] > easy_install ToscaWidgets[cheetah,kid]
Thanks. The way the instruction reads now, it sounds as if the user is forgoing ToscaWidgets capabilies if they don't use the optional dependency syntax. The ToscaWidgets doc text might be made a little clearer by stating that: ToscaWidgets supports Cheetah (via TurboCheetah), Kid (via TurboKid) and Genshi templates (and other Buffet-compatible templating engines), if these packages are installed. You may optionally install these as ToscaWidgets dependencies with the command: easy_install ToscaWidgets[cheetah,kid,genshi]... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

