You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using your great plugin with ST2 for almost a year now. Really love it and can't work without it.
I want to make the switch to Sublime Text 3, but I can't get your plugin to work on my Windows-machine (on Mac there is no problem). I can select a folder, but after selecting it, nothing happens. This is the log I see:
Traceback (most recent call last):
File "X/subprocess.py", line 1090, in _execute_child
FileNotFoundError: [WinError 2] The system cannot find the file specified
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Jeroen\AppData\Roaming\Sublime Text 3\Packages\Goto Folder\GotoFolder.py", line 86, in on_select
self.sublime_command_line(args)
File "C:\Users\Jeroen\AppData\Roaming\Sublime Text 3\Packages\Goto Folder\GotoFolder.py", line 43, in sublime_command_line
return subprocess.Popen(args)
File "X/subprocess.py", line 818, in __init__
File "X/subprocess.py", line 1096, in _execute_child
FileNotFoundError: [WinError 2] The system cannot find the file specified
Have you got any idea what the problem could be?
The text was updated successfully, but these errors were encountered:
lpanebr
added a commit
to lpanebr/SublimeGotoFolder
that referenced
this issue
Oct 24, 2017
I've been using your great plugin with ST2 for almost a year now. Really love it and can't work without it.
I want to make the switch to Sublime Text 3, but I can't get your plugin to work on my Windows-machine (on Mac there is no problem). I can select a folder, but after selecting it, nothing happens. This is the log I see:
Have you got any idea what the problem could be?
The text was updated successfully, but these errors were encountered: