Open
Description
Here's what happens when I try to run gvim from the command-line:
X:\Desktop>vim-profiler.py gvim
Running gvim to generate startup logs...Traceback (most recent call last):
File "X:\Desktop\vim-profiler.py", line 327, in <module>
main()
File "X:\Desktop\vim-profiler.py", line 318, in main
analyzer = StartupAnalyzer(args)
File "X:\Desktop\vim-profiler.py", line 205, in __init__
for i in range(self.runs)]
File "X:\Desktop\vim-profiler.py", line 205, in <listcomp>
for i in range(self.runs)]
File "X:\Desktop\vim-profiler.py", line 80, in __init__
self.generate(check_system)
File "X:\Desktop\vim-profiler.py", line 86, in generate
self.__run_vim()
File "X:\Desktop\vim-profiler.py", line 178, in __run_vim
subprocess.call(full_cmd, shell=False)
File "C:\Python34\lib\subprocess.py", line 535, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Python34\lib\subprocess.py", line 848, in __init__
restore_signals, start_new_session)
File "C:\Python34\lib\subprocess.py", line 1104, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
And regular vim isn't detected:
X:\Desktop>vim-profiler.py vim
Running vim to generate startup logs... done.
Loading and processing logs...
No plugin found. Exiting.
I have 32-bit vim 8 from this repo, with Python 2.7.0 and Python 3.4.0 installed