This worked well on my gentoo linux box, but on dreamhost, I get the
following error:
IndentationError: expected an indented block
[compton]$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 2, in ?
from turbogears.finddata import find_package_data
File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/TurboGears-0.9a0dev_r535-py2.4.egg/turbogears/__init__.py",
line 14, in ?
from turbogears import controllers
File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/TurboGears-0.9a0dev_r535-py2.4.egg/turbogears/controllers.py",
line 12, in ?
import view
File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/TurboGears-0.9a0dev_r535-py2.4.egg/turbogears/view.py",
line 259, in ?
engine = entrypoint.load()
File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/setuptools-0.6a9-py2.4.egg/pkg_resources.py",
line 1625, in load
entry = __import__(self.module_name, globals(),globals(),
['__name__'])
File
"/home/.castor/mikez0r/download/trunk/plugins/kid/turbokid/kidsupport.py",
line 53
<<<<<<< .mine
^
IndentationError: expected an indented block
The lines giving problems were:
<<<<<< .mine
======
>>>>>> .r535
Looking at the code, it seems like those lines are probably comments.
I commented the 3 lines out, and everything works ok now. FYI...