Have an application that I've been running on my local machine and was
just getting ready to transfer it to the server where it will be
running. An old copy of the application written in 0.8 TG is already
running there. My plan was simply to move over the new .egg file and
let easy_install deal with all the dependencies. However, I've
discovered that setup.py sometime between 0.9 and 0.9a4 broke. Rather
then running I now get:
python2.4 setup.py bdist_egg
Traceback (most recent call last):
File "setup.py", line 2, in ?
from turbogears.finddata import find_package_data
File
"/Users/gcarothers/Documents/Programing/turbogears/turbogears/__init__.py",
line 6, in ?
from turbogears.controllers import expose, flash, validate,
redirect, \
File
"/Users/gcarothers/Documents/Programing/turbogears/turbogears/controllers.py",
line 9, in ?
import kid
ImportError: No module named kid
Of course kid is happily installed as python2.4 start-* works perfectly
fine. Haven't a clue what's going on.
System:
Mac OS X 10.4.6
Python 2.4
Subversion checkout of tag 0.9a4
Thanks for any light you can shed on what might be going on.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---