Hi boys and girls, Since I've finally gotten some time to play more with TurboGears, I installed 0.9a8 on my gentoo linux system.
As you might know, gentoo is python-powered, so I already had a working python installation and setuptools-0.6_beta2 installed, so i just fired away with "sudo easy_install -f http://www.turbogears.org/preview/download/index.html --script-dir /usr/local/bin TurboGears", and everything seemed to work fine. Apart from the fact that when I run tg-admin, i get this: [EMAIL PROTECTED] ~ $ tg-admin Traceback (most recent call last): File "/usr/local/bin/tg-admin", line 7, in ? sys.exit( File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 236, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2097, in load_entry_point return ep.load() File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1830, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/usr/lib/python2.4/site-packages/TurboGears-0.9a8-py2.4.egg/turbogears/__init__.py", line 6, in ? from turbogears.controllers import expose, flash, validate, redirect, \ File "/usr/lib/python2.4/site-packages/TurboGears-0.9a8-py2.4.egg/turbogears/controllers.py", line 422, in ? class RootController(Controller): File "/usr/lib/python2.4/site-packages/TurboGears-0.9a8-py2.4.egg/turbogears/controllers.py", line 431, in RootController msglogfunc = {0: msglog.info, 1: msglog.warning, 2: msglog.error} AttributeError: Logger instance has no attribute 'warning' This seems to be a compability-issue, but I can't really figure out how to resolve it - apparently, I've got the wrong version of Logger, wherever that comes from... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

