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

Doesn't work on windows platform (win7 64-bit) #8

Open
toomij opened this issue Mar 29, 2016 · 1 comment
Open

Doesn't work on windows platform (win7 64-bit) #8

toomij opened this issue Mar 29, 2016 · 1 comment

Comments

@toomij
Copy link

toomij commented Mar 29, 2016

Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 574, in run_
return self.run(edit)
File "GraphvizPreview in C:\Users\tovbin\AppData\Roaming\Sublime Text 3\Installed Packages\GraphvizPreview.sublime-package", line 27, in run
File "helpers in C:\Users\tovbin\AppData\Roaming\Sublime Text 3\Installed Packages\GraphvizPreview.sublime-package", line 52, in graphvizPDF
File "./subprocess.py", line 523, in call
File "./subprocess.py", line 824, in init
File "./subprocess.py", line 1118, in _execute_child
FileNotFoundError: [WinError 2] Не удается найти указанный файл

@xianggithubli
Copy link

I got the simillar issue:
raceback (most recent call last):
File "./python3.3/subprocess.py", line 1104, in _execute_child
FileNotFoundError: [WinError 2] 系统找不到指定的文件。

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\ProgramFiles\programing\SublimeText303143\sublime_plugin.py", line 818, in run_
return self.run(edit)
File "GraphvizPreview in D:\ProgramFiles\programing\SublimeText303143\Data\Installed Packages\GraphvizPreview.sublime-package", line 27, in run
File "helpers in D:\ProgramFiles\programing\SublimeText303143\Data\Installed Packages\GraphvizPreview.sublime-package", line 52, in graphvizPDF
File "./python3.3/subprocess.py", line 523, in call
File "./python3.3/subprocess.py", line 819, in init
File "./python3.3/subprocess.py", line 1110, in _execute_child
FileNotFoundError: [WinError 2]

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

2 participants