Thanks. That worked :) But now it is showing some warning from ToscaWidgets 0.9.7 view.py:223 DepricationWarning: object.__new__() takes no parameters obj = object.__new__(cls, *args, **kw)
I am hoping this is not too serious. /Jd On Aug 4, 5:22 am, Teemu Yli-Elsilä <[email protected]> wrote: > Diez B. Roggisch wrote: > > You've got toscawidgets in version 0.9.4 already installed, I presume in the > > system python. > > Actually, > > > > pkg_resources.VersionConflict: (ToscaWidgets 0.9.4 (/home/jd/tg2env/ > > > lib/python2.6/site-packages/ToscaWidgets-0.9.4-py2.6.egg) > > suggests that the old version of TW is installed in the tg2env. With > that venv activated, try: > > easy_install -U ToscaWidgets > > and see if that resolves the issue. > > -Teemu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

