Fail to call vtools from vtools_report under windows.
Brought to you by:
bpeng2000
Under windows, vtools cannot be executed directly because it must have an extension .py to be recognized as Python file. The installation instruction suggests that windows users rename vtools to vtools.py and vtools_report to vtools_report.py. However, vtools_report.py calls vtools, not vtools.py, so this command will fail under windows.
The windows installer should do something to address this problem.
Cannot reproduce.