Question

Getting the error WindowsError(2, 'The system cannot find the file specified.')

I've tried tinkering with the Main.sublime-menu, but kinda uncertain what path I should be putting so i used variations of C:\Program Files (x86)\MIT-GNU Scheme\bin\mit-scheme.exe, including without mit-scheme.exe and using "\\\" (double) instead of just "\" (since that's what was being accepted by sublime which was what i used to edit the file), and also unsure at what point in the Main.sublime-menu I should be altering.

I've read similar solutions, but they're usually in mac where you can easily type which scheme onto the console to get the file path of scheme, so I'm thinking it has to do with me not knowing my correct file path or something? Any ideas?

No correct solution

OTHER TIPS

Add these two env variables to your machine:

MITSCHEME_BIN_PATH=C:\Program Files (x86)\MIT-GNU Scheme\bin MITSCHEME_LIBRARY_PATH=C:\Program Files (x86)\MIT-GNU Scheme\lib

Config this Main.sublime-menu file like this:

enter image description here

Then it should work. Enjoy it!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top