Hi,
It get the following error when trying to compile with Python 3 with ST3 on OSX Yosemite:
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 444, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Better Build System.BetterBuidSystem.ExecCommand object at 0x10a419dd0>)
Any clue what could be cauing the problem?
Thanks!