tanepiper / SublimeText-Nodejs

nodejs snippets and bindings for Sublime Text 3
Do What The F*ck You Want To Public License
1.13k stars 262 forks source link

psutil shellenv #109

Open liuzy88 opened 2 years ago

liuzy88 commented 2 years ago

image

Package Control: The dependency "psutil" is either not available on this platform or for this version of Sublime Text

liuzy88 commented 2 years ago

Find: psutil Where: ~/Library/Application Support/Sublime Text/Packages/Nodejs/

...
            // "newterm",
            // "psutil"
...
# import psutil
...
        try:
            os.system('kill -9 ' + debugger_pid)
            # p = psutil.Process(int(debugger_pid))
            # debug("_kill_debugger: process:", p)
            # p.kill()
        except psutil.NoSuchProcess as e:
            debug("_kill_debugger: NoSuchProcess exception is occurred", e)
            return
...
DiegoGiovany commented 2 years ago

same here... still not fixed?

varp commented 2 years ago

Sorry for this. Do not have a spare time to work on this