Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
carl@caymbpro:/Library/Python/2.6/site-packages$ python -c 'import signal; print signal.SIGWINCH'
Traceback (most recent call last):
File "<string>", line 1, in ?
AttributeError: 'module' object has no attribute 'SIGWINCH'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment