[StarCluster] Minimum Python version?

David Erickson derickso at stanford.edu
Fri Feb 24 19:41:47 EST 2012


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


More information about the StarCluster mailing list