noonat / sublime-gofmt

Sublime plugin to run gofmt (or goimports, or whatever you want).
MIT License
28 stars 6 forks source link

AttributeError: 'module' object has no attribute 'get_path' #19

Open endingman opened 3 years ago

endingman commented 3 years ago

` Traceback (most recent call last):

File "D:\Program Files\Sublime Text 3\sublimeplugin.py", line 1088, in run return self.run(edit)

File "C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages\Golang Tools Integration.sublime-package\gotools_lint.py", line 25, in run

File "C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages\Golang Tools Integration.sublime-package\gotools_lint.py", line 61, in run_golint

File "C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages\Golang Tools Integration.sublime-package\gotools_util.py", line 95, in run

File "C:\Users\Lenovo\AppData\Roaming\SUBLIM~1\Packages\GOLANG~1\all\golangconfig.py", line 161, in subprocessinfo path, = executable_path(executable_name, view=view, window=window)

File "C:\Users\Lenovo\AppData\Roaming\SUBLIM~1\Packages\GOLANG~1\all\golangconfig.py", line 447, in executable_path shell, path_dirs = shellenv.get_path()

AttributeError: 'module' object has no attribute 'get_path' `