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

Exception Breaks Script #7

Open
EstefanoPPT opened this issue Feb 7, 2020 · 0 comments
Open

Exception Breaks Script #7

EstefanoPPT opened this issue Feb 7, 2020 · 0 comments

Comments

@EstefanoPPT
Copy link

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

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

1 participant