sublime textでpythonで書いてますが,インデントがタブとスペースが混ざっているとエラーが起きます。
これを解決するには,
View→Indentation→Convert Indentation to Tabs
を使います。
また,これをショートカットにするには,Default (OSX).sublime-keymap fileに
[ { "keys": ["option+c"], "command": "unexpand_tabs", "args" : {"set_translate_tabs" : true} } ]
と書き込みます。
参考:
http://qiita.com/s0hno/items/6d39ca6ee29f4ecf8036
https://www.sublimetext.com/forum/viewtopic.php?f=4&t=2084