Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GotoFolder with Sublime Text 3 on Windows #8

Open
Boschman opened this issue Dec 19, 2013 · 0 comments
Open

GotoFolder with Sublime Text 3 on Windows #8

Boschman opened this issue Dec 19, 2013 · 0 comments

Comments

@Boschman
Copy link

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?

lpanebr added a commit to lpanebr/SublimeGotoFolder that referenced this issue Oct 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant