I have a small working Turbogears application which I recently upgraded
to 1.01b. No problems with the upgrade.
Then I built a new server, did the 1.01b installation from scratch,
copied the old application code over, and got:
Traceback (most recent call last):
File "./start-app.py", line 26, in ?
from ibus.controllers import Root
File "/opt/tg/redspider2/ibus/controllers.py", line 8, in ?
ImportError: No module named tgfastdata
So I went to the wiki docs, and tried to install tgfastdata, and got:
easy_install tgfastdata
Searching for tgfastdata
Reading http://www.python.org/pypi/tgfastdata/
Couldn't find index page for 'tgfastdata' (maybe misspelled?)
I am guessing this module got a new name at some point, and I need to
change my source code, but since the application is running under 1.01b
on an upgraded system, just failing on a fresh install, I am a bit
confused.
Can anyone tell me what I am missing?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---