Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
endingman opened this issue Jul 2, 2021 · 0 comments
Open

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

endingman opened this issue Jul 2, 2021 · 0 comments

Comments

@endingman
Copy link

endingman commented Jul 2, 2021

`
Traceback (most recent call last):

File "D:\Program Files\Sublime Text 3\sublime_plugin.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\SUBLIM1\Packages\GOLANG1\all\golangconfig.py", line 161, in subprocess_info
path, _ = executable_path(executable_name, view=view, window=window)

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant