If you are still experiencing this problem , try creating
..\AppData\Roaming\Sublime Text 2\Packages\User\SublimeREPL.sublime-settings
with the following content
- Code: Select all
{
"default_extend_env": {"PATH": "{PATH};C:\\Python27"}
}
{
"default_extend_env": {"PATH": "{PATH};C:\\Python27"}
}wuub wrote:Just to let everyone know. Thanks to excellent work of people at Mozilla Foundation and Peter Astrand I was finally able to fix a long standing and very annoying bug on windows.
Bug: Closing a REPL tab that was launched using .bat file (Ruby/irb.bat, Clojure/lein.bat, ...) killed only the child cmd.exe while the interpreter process itself was left running.
It's possible that it will also remove the need for soft_quit on other platforms (https://github.com/wuub/SublimeREPL/issues/17) but I need to check this firs.
What's the status on this Windows bug? I've checked github, but can't see a fix.
xeno.by wrote:Aha, so you use a job. I just traverse a tree of child processes and kill them all.
willy1234x1 wrote:WindowsError(5, 'Access denied')
wuub wrote:willy1234x1 wrote:WindowsError(5, 'Access denied')
Take a look: https://github.com/wuub/SublimeREPL/issues/41
Return to Plugin Announcements
Users browsing this forum: yuyang83 and 4 guests