Just tried StarCluster on Python 2.5.2, it easy installed fine but is
throwing errors when I try to ssh to my cluster:
> starcluster sshmaster cluster
StarCluster - (
http://web.mit.edu/starcluster) (v. 0.93.1)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster_at_mit.edu
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/StarCluster-0.93.1-py2.5.egg/starcluster/logger.py",
line 83, in emit
self._emit_textwrap(record)
File
"/usr/lib/python2.5/site-packages/StarCluster-0.93.1-py2.5.egg/starcluster/logger.py",
line 60, in _emit_textwrap
lines.extend(self._wrap(line))
File
"/usr/lib/python2.5/site-packages/StarCluster-0.93.1-py2.5.egg/starcluster/logger.py",
line 54, in _wrap
drop_whitespace=True, break_on_hyphens=False)
File "/usr/lib/python2.5/textwrap.py", line 302, in wrap
w = TextWrapper(width=width, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'break_on_hyphens'
-D
Received on Fri Feb 24 2012 - 19:42:43 EST