As seen in #turbogears recently, the install of TG2 doesn't go smoothly. It turns out that it's an index problem.
The problem seen by the users is visible during either "paster setup- app development.ini" or "python setup.py develop" (I can't remember which). They report that the system says "Installed ToscaWidgets (0.9.4) is incompatible with needed ToscaWidgets 0.9.6)" (or something similar). Their solution is to run "easy_install -U ToscaWidgets". The actual problem comes from http://www.turbogears.org/2.0/downloads/current/index as the ToscaWidgets that is there is only at version 0.9.4, and needs to be upgraded to 0.9.6. That will result in everything going smoothly again. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

