'module' object has no attribute 'SIGWINCH' error on Bazaar-2.1.0-2 for OSX snow leopard

Carl Youngblood carl at youngbloods.org
Tue Mar 9 10:19:23 GMT 2010


I'm on OSX snow leopard running the built-in python 2.6. My PYTHONPATH
contains only /Library/Python/2.6/site-packages. After installing the
Bazaar 2.1.0-2 package, I get the following error when trying to run
bazaar:

Traceback (most recent call last):
  File "/usr/local/bin/bzr", line 141, in ?
    bzrlib.trace.enable_default_logging()
  File "/Library/Python/2.6/site-packages/bzrlib/trace.py", line 278,
in enable_default_logging
    term_encoding = osutils.get_terminal_encoding()
  File "/Library/Python/2.6/site-packages/bzrlib/lazy_import.py", line
106, in __getattribute__
    obj = _replace()
  File "/Library/Python/2.6/site-packages/bzrlib/lazy_import.py", line
89, in _replace
    obj = factory(self, scope, name)
  File "/Library/Python/2.6/site-packages/bzrlib/lazy_import.py", line
192, in _import
    module = __import__(module_python_path, scope, scope, [member])
  File "/Library/Python/2.6/site-packages/bzrlib/osutils.py", line 1446, in ?
    signal.signal(signal.SIGWINCH, _terminal_size_changed)
AttributeError: 'module' object has no attribute 'SIGWINCH'

Has anyone seen this before? Any ideas?

Thanks,
Carl



More information about the bazaar mailing list