I made some progress. I discovered the TurboGears Downloads File List
page (http://www.turbogears.org/download/filelist.html); so I
uninstalled elementtree and reinstalled it by running easy_install
with the option to include the TurboGears page as a source of eggs:
easy_install --find-links=http://www.turbogears.org/download/
filelist.html elementtree
This installed elementtree as an egg, so I re-ran the tgsetup.py
script, which completed without an error. However, when I run tg-admin
info, I now get the following traceback:
Traceback (most recent call last):
File "C:\Python24\Scripts\tg-admin.py", line 7, in ?
sys.exit(
File "c:\python24\lib\site-packages\setuptools-0.6c5-py2.4.egg
\pkg_resources.py", line 236, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\python24\lib\site-packages\setuptools-0.6c5-py2.4.egg
\pkg_resources.py", line 2097, in load_entry_point
return ep.load()
File "c:\python24\lib\site-packages\setuptools-0.6c5-py2.4.egg
\pkg_resources.py", line 1830, in load
entry = __import__(self.module_name, globals(),globals(),
['__name__'])
File "c:\python24\lib\site-packages\TurboGears-1.0.1-py2.4.egg
\turbogears\__init__.py", line 6, in ?
from turbogears.controllers import expose, flash, validate,
redirect, \
File "c:\python24\lib\site-packages\TurboGears-1.0.1-py2.4.egg
\turbogears\controllers.py", line 12, in ?
from turbogears import view, database, errorhandling, config
File "c:\python24\lib\site-packages\TurboGears-1.0.1-py2.4.egg
\turbogears\view\__init__.py", line 1, in ?
from turbogears.view.base import *
File "c:\python24\lib\site-packages\TurboGears-1.0.1-py2.4.egg
\turbogears\view\base.py", line 17, in ?
from turbogears.i18n import i18n_filter, get_locale
File "c:\python24\lib\site-packages\TurboGears-1.0.1-py2.4.egg
\turbogears\i18n\__init__.py", line 13, in ?
from turbogears.i18n.kidutils import translate, i18n_filter
File "c:\python24\lib\site-packages\TurboGears-1.0.1-py2.4.egg
\turbogears\i18n\kidutils.py", line 4, in ?
from kid.pull import START, TEXT, END
File "C:\Python24\Scripts\kid.py", line 7, in ?
sys.exit(
File "c:\python24\lib\site-packages\setuptools-0.6c5-py2.4.egg
\pkg_resources.py", line 236, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\python24\lib\site-packages\setuptools-0.6c5-py2.4.egg
\pkg_resources.py", line 2097, in load_entry_point
return ep.load()
File "c:\python24\lib\site-packages\setuptools-0.6c5-py2.4.egg
\pkg_resources.py", line 1830, in load
entry = __import__(self.module_name, globals(),globals(),
['__name__'])
ImportError: No module named run
Any ideas where I should look next?
Thanks!
Bruce
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---