python-installcab icon indicating copy to clipboard operation
python-installcab copied to clipboard

Exception Breaks Script

Open EstefanoPPT opened this issue 6 years ago • 0 comments

I'm trying to solve the RE 2 Remake problem, but each time I execute ./install-mf-64.sh I get this: Traceback (most recent call last): File "installcab.py", line 303, in output_files = extract_from_installer(cabfile, tmpdir, component) File "installcab.py", line 192, in extract_from_installer subprocess.check_output(cmd) File "/usr/lib/python2.7/subprocess.py", line 216, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 394, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory

EstefanoPPT avatar Feb 07 '20 22:02 EstefanoPPT