Just installed turbogears, and went to go through the tutorial at
http://docs.turbogears.org/1.0/Wiki20/Page1
Anything I do, I get a traceback... Even just invoking tg-admin
Thus:
[EMAIL PROTECTED]:~# tg-admin
Traceback (most recent call last):
File "/usr/bin/tg-admin", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2581,
in <module>
add_activation_listener(lambda dist: dist.activate())
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 640,
in subscribe
callback(dist)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2581,
in <lambda>
add_activation_listener(lambda dist: dist.activate())
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2130,
in activate
map(declare_namespace,
self._get_metadata('namespace_packages.txt'))
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1735,
in declare_namespace
__import__(parent)
ImportError: No module named peak
So, I cant seem to do anything, cannot seem to locate that module or
where it belongs in a search of this list, nothing comes up for that.
any suggestions?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---