Sublime Forum

Build System error when trying to compile with Python 3

#1

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!

0 Likes

#2

The problem is that the Better Build System package that you installed breaks the build process by not following the requirements for plugins.

You should report this issue at bitbucket.org/ArtDesire/better- … tatus=open and disable the package until it is fixed.

0 Likes