Thx Christopher, > The latest released version (1.0.1) in the 1.0 branch does not seem to require > pysqlite for the standard install, only for the "testtools" extension. See > > http://trac.turbogears.org/browser/branches/1.0/setup.py(line 101) > > Are you sure you are using the latest version? Or maybe the tgsetup.py script > wants to install the testtools extension? Have you tried installing with this > command? > > easy_install TurboGears==1.0.1
Your assumption (tgsetup.py wanting to install the testtools) seems to be right. In fact tgsetup.py downloaded the right version 1.0.1 of TurboGears, but somehow managed to leave these testtools-artifacts in EGG-INFO/ requires.txt, so my first try with a plain "easy_install TurboGears==1.0.1" didn't refresh the locally available files and failed like the (tgsetup.py) ones before. But "easy_install --upgrade TurboGears==1.0.1" did the job (at least the hardest part) :) On the following "tg-admin info" I got a message complaining about a missing module "sqlobject" which I got fixed by "easy_install SQLObject". Now everything seems to be up and running :) Thx, Thomas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

