I was able to figure out exactly what goes missing in Debian. When you install the turbogears packages you get the package python- decoration-tools. To the the module peak I found I also needed to install python-decorations. It seems that Debian (and possibly it's stepchild Ubuntu, but I don't know) has either divided the package for decorations into two parts or doesn't quite get the hint right from the turbogears install script. HTH
On Jul 15, 10:44 am, pynoob <[EMAIL PROTECTED]> wrote: > > Please give the full command line with which you (tried to) install > > TurboGears. > > - used debian packaging. > > > It would also be helpful if you pasted the *full* output of the > > installation process tohttp://paste.turbogears.org/andpost the > > resulting URL here. > > *********:~# apt-get install --reinstall turbogears-python > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Couldn't find package turbogears-python > [EMAIL PROTECTED]:~# apt-get install --reinstall python-turbogears > Reading package lists... Done > Building dependency tree > Reading state information... Done > 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 153 not > upgraded. > Need to get 0B/1071kB of archives. > After this operation, 0B of additional disk space will be used. > Do you want to continue [Y/n]? y > WARNING: The following packages cannot be authenticated! > python-turbogears > Install these packages without verification [y/N]? y > (Reading database ... 41628 files and directories currently > installed.) > Preparing to replace python-turbogears 1.0.4.4-1 (using .../python- > turbogears_1.0.4.4-1_all.deb) ... > Unpacking replacement python-turbogears ... > Processing triggers for python-support ... > Setting up python-turbogears (1.0.4.4-1) ... > **********:~# > > > > > What does the output of "tg-admin info" say. Please paste the *full* output. > > :~# tg-admin info > TurboGears Complete Version Information > > TurboGears requires: > > * TurboGears 1.0.4.4 > * TurboKid 1.0.4 > * TurboJson 1.1.2 > * simplejson 1.9.1 > * setuptools 0.6c8 > * RuleDispatch 0.5a1.dev-r2506 > * PasteScript 1.6.2 > * FormEncode 1.0.1 > * DecoratorTools 1.7 > * configobj 4.5.2 > * CherryPy 2.3.0 > * RuleDispatch 0.5a1.dev-r2506 > * PasteDeploy 1.3.1 > * Paste 1.7 > > Toolbox Gadgets > > * info (TurboGears 1.0.4.4) > * catwalk (TurboGears 1.0.4.4) > * shell (TurboGears 1.0.4.4) > * designer (TurboGears 1.0.4.4) > * widgets (TurboGears 1.0.4.4) > * admi18n (TurboGears 1.0.4.4) > > Identity Providers > > * sqlobject (TurboGears 1.0.4.4) > * sqlalchemy (TurboGears 1.0.4.4) > > tg-admin Commands > > * info (TurboGears 1.0.4.4) > * shell (TurboGears 1.0.4.4) > * quickstart (TurboGears 1.0.4.4) > * update (TurboGears 1.0.4.4) > * sql (TurboGears 1.0.4.4) > * i18n (TurboGears 1.0.4.4) > * toolbox (TurboGears 1.0.4.4) > > Visit Managers > > * sqlobject (TurboGears 1.0.4.4) > * sqlalchemy (TurboGears 1.0.4.4) > > Template Engines > > * kid (TurboKid 1.0.4) > * json (TurboJson 1.1.2) > > Widget Packages > > TurboGears Extensions > > * visit (TurboGears 1.0.4.4) > * identity (TurboGears 1.0.4.4) > r***********:~# > > > Finally, which OS, Python version, TurboGears version, please? > > :~# python --version > Python 2.5.2 > :~# uname -a > Linux ***** 2.6.24.4 #1 SMP Tue Mar 25 00:17:03 EDT 2008 i686 GNU/ > Linux > :~# dpkg --list|grep turbo > ii python-turbogears > 1.0.4.4-1 Python-based web framework > ii python-turbojson > 1.1.2-1 TurboGears template plugin that supports > Jso > ii python-turbokid > 1.0.4-2 TurboGears template plugin that supports > Kid > > > Chris > > interesting.. after doing apt-get --reinstall (for the third time!), > it suddenly starts working.. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

