Running win10
installed python 3.6 (32 bit from memory )
installed sublime ( better than anything else so far)
I wanted to be able to run my scripts in python directly from sublime. I followed the instructions here: http://www.kosbie.net/cmu/spring-16/15-112/notes/notes-getting-started.html
I’m not that good on a computer so it took a couple of attempts.
When I use the short-cut keys to get to python I get an error:
Unable to open /C/Users/kelvyn/AppData/Roaming/Sublime Text 3/Packages/Default/Default (Windows).sublime-keymap
Traceback (most recent call last):
File "C:\Users\kelvyn\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\sublimerepl.py", line 456, in open
r = repls.Repl.subclass(type)(encoding, **kwds)
File "C:\Users\kelvyn\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\repls\subprocess_repl.py", line 92, in __init__
stdout=subprocess.PIPE)
File "./python3.3/subprocess.py", line 819, in __init__
File "C:\Users\kelvyn\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\repls\killableprocess\killableprocess.py", line 132, in _execute_child
errread, errwrite)
File "C:\Users\kelvyn\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\repls\killableprocess\killableprocess.py", line 179, in _execute_child_compat
cwd, startupinfo)
File "C:\Users\kelvyn\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\repls\killableprocess\winprocess.py", line 173, in ErrCheckCreateProcess
ErrCheckBool(result, func, args)
File "C:\Users\kelvyn\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\repls\killableprocess\winprocess.py", line 50, in ErrCheckBool
raise WinError()
FileNotFoundError: [WinError 2] The system cannot find the file specified.
error: FileNotFoundError(2, 'The system cannot find the file specified.', None, 2)
I can get to python by going: tools/sublimeREPL/python/python - Run current file. Everything works fine.
Also is it possible to stop the work area splitting horizontally, and possible to keep the console open.
Thanks, at this stage any help would be appreciated.