Hi All, I'm trying to get TurboGears-1.1.1 running on 8.04. I see this thread here:
http://groups.google.com/group/turbogears/browse_frm/thread/6403d0aa0ad653db?hl=en That seems *close* to my issue. But in my case the complaint is: $ tg-admin info Traceback (most recent call last): File "/usr/bin/tg-admin", line 8, in <module> load_entry_point('TurboGears==1.1.1', 'console_scripts', 'tg- admin')() File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 318, in load_entry_point File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2221, in load_entry_point File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1954, in load "EntryPoint must be in 'name=module:attrs [extras]' format", File "/usr/lib/python2.5/site-packages/TurboGears-1.1.1-py2.5.egg/ turbogears/__init__.py", line 6, in <module> from turbogears.controllers import (absolute_url, expose, flash, validate, File "/usr/lib/python2.5/site-packages/TurboGears-1.1.1-py2.5.egg/ turbogears/controllers.py", line 15, in <module> from peak.rules import abstract, always_overrides, Method, NoApplicableMethods ImportError: cannot import name Method And I dont' see the older version of PEAK-Rules that was recommended as a solution. Any ideas? Thanks -- 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.

