Hi, I'm following the instructions for setting up Tashi on a single computer ( http://incubator.apache.org/tashi/documentation.html), and when I get to the step below, I get an 'unexpected keyword argument 'd'" error. I'm running Python 2.5.2 on Kubuntu. Has anyone run into this? I'm a Python novice but it looks like a Python syntax error.
data.hosts[1] = Host(d={'id':1,'name':'mryan3-d4','state':
HostState.Normal,'up':False})
Thanks
Earl
