Skip to content

Instantly share code, notes, and snippets.

@ctrueden
ctrueden / error-python-is-dumb.txt
Last active December 18, 2015 19:39
I still don't like Python (even though I try!). I use [xpra](http://xpra.org/) via [Homebrew](http://mxcl.github.io/homebrew/), thanks to [ska-sa's awesome xpra formula](https://github.com/ska-sa/homebrew-tap). However, Apple removed the Carbon Python API, so I get an annoying stack trace whenever my xpra wants to issue a system bell. I hacked t…
File "/Users/curtis/brew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xpra/darwin/gui.py", line 137
def get_gtk_keymap(self):
^
IndentationError: expected an indented block