sublime-build icon indicating copy to clipboard operation
sublime-build copied to clipboard

Missing attributes on Sublime 3.0

Open tg opened this issue 8 years ago • 2 comments

I've upgraded Sublime Text 3 from the last beta to the latest (and first) stable version (3.0 build 3143), which seemed to break Golang Build package. Now, after running build, the following error pops up in the console:

Traceback (most recent call last):
  File "golang_build in /Users/tg/Library/Application Support/Sublime Text 3/Installed Packages/Golang Build.sublime-package", line 508, in _get_config
AttributeError: 'module' object has no attribute 'subprocess_info'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 797, in run_
    return self.run()
  File "golang_build in /Users/tg/Library/Application Support/Sublime Text 3/Installed Packages/Golang Build.sublime-package", line 92, in run
  File "golang_build in /Users/tg/Library/Application Support/Sublime Text 3/Installed Packages/Golang Build.sublime-package", line 516, in _get_config
AttributeError: 'module' object has no attribute 'ExecutableError'

I'm on macOS 10.12.6, go version 1.9.

tg avatar Sep 15 '17 11:09 tg

Have the same issue, anyone can help?

teesudo avatar Jan 30 '18 16:01 teesudo

+1

hrom512 avatar May 06 '21 09:05 hrom512