replace distutils.spawn.find_executable(...) (that does not work with .bat,...
replace distutils.spawn.find_executable(...) (that does not work with .bat, .cmd,... files) by shutil.which(...)
Loading
Please register or sign in to comment
replace distutils.spawn.find_executable(...) (that does not work with .bat, .cmd,... files) by shutil.which(...)