Skip to content

Instantly share code, notes, and snippets.

@cayblood
Created March 9, 2010 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cayblood/326509 to your computer and use it in GitHub Desktop.
Save cayblood/326509 to your computer and use it in GitHub Desktop.
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