Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
carl@caymbpro:/Library/Python/2.6/site-packages$ bzr
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'
carl@caymbpro:/Library/Python/2.6/site-packages$ echo $PYTHONPATH
/Library/Python/2.6/site-packages:/Users/carl/Source/python/testTNG/testTNG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment