Sublime Forum

Unable to build using SummitEditor as Build system in Sumblime Text 3

#1

I am getting this error on building a demo Shoretel Summit app using Sumblime Text 3.

Traceback (most recent call last):
File “C:\Program Files\Sublime Text 3\sublime_plugin.py”, line 797, in run_
return self.run()
File “C:\Users\mariam.wasif\AppData\Roaming\Sublime Text 3\Packages\SummitEditor\build.py”, line 43, in run
self.build()
File “C:\Users\mariam.wasif\AppData\Roaming\Sublime Text 3\Packages\SummitEditor\build.py”, line 85, in build
Popen(cmd)
File “./python3.3/subprocess.py”, line 819, in init
File “./python3.3/subprocess.py”, line 1110, in _execute_child
FileNotFoundError: [WinError 2] The system cannot find the file specified

0 Likes

#2

It looks like it is trying to launch Git Bash - https://github.com/corvisa/SummitEditor/blob/93a59f7ce0cdd71b873da06eb13500fc887002d5/build.py#L85

did you follow the instructions at https://raw.githubusercontent.com/corvisa/SummitEditor/93a59f7ce0cdd71b873da06eb13500fc887002d5/README.md?

##Installation

###Requirements
All platforms require git, bash, and ssh to be installed and on the system path. There are additional requirements for windows and linux listed below.

Windows

  • Git must be installed to the default location, this will be made more configurable in future updates.
  • The git/bin directory must be on the system path.
  • If not on the path already, git, bash, and ssh can be put on the path by selecting the “Use Git and optional Unix tools from the Windows Command Prompt” option on the “Adjusting your PATH environment” step of the git installer.
0 Likes

FileNotFoundError: [WinError 2] The system cannot find the file specified
#3

Thank you so much. There were issues in setting Path variable

0 Likes