Dan schrieb: > $>sudo tg-admin quickstart > /usr/local/bin/tg-admin:5: UserWarning: Unbuilt egg for ClientCookie > [...] > File "/usr/lib/python2.5/site-packages/TurboGears-1.0.1-py2.5.egg/ > turbogears/__init__.py", line 8, in <module>
You are not running the TurboGears version you think you are running. You have an old TurboGears version 1.0.1 somewhere in your Python installation. Clean this out first and then reinstall TG 1.1 http://docs.turbogears.org/1.0/Uninstall Note that the '<prefix>' mentioned in this documents is '/usr/bin/' in your case. As an alternative, I STRONGLY suggest you use the virtualenv approach for installation, which (amoing other things) is designed to avoid exactly these kinds of problems. http://docs.turbogears.org/1.1/Install#method-one-using-virtualenv-recommended Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

