<div dir="ltr"><div><br>    > That means the script was found, but exited with that status.<br><br>    The "umpv" script works fine when called from the terminal. But, from within QB, :messages print out a bunch of error from Mac OS's phython 2 framewors:<br><br>---<br>Process stderr:<br>Traceback (most recent call last):<br>  File "/Users/m2habert/¶bin/umpv", line 91, in <module><br>    subprocess.check_call(opts)<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 535, in check_call<br>    retcode = call(*popenargs, **kwargs)<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 522, in call<br>    return Popen(*popenargs, **kwargs).wait()<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__<br>    errread, errwrite)<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1326, in _execute_child<br>    os.close(errpipe_read)<br>OSError: [Errno 9] Bad file descriptor<br>Traceback (most recent call last):<br>  File "/Users/m2habert/¶bin/umpv", line 91, in <module><br>    subprocess.check_call(opts)<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 535, in check_call<br>    retcode = call(*popenargs, **kwargs)<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 522, in call<br>    return Popen(*popenargs, **kwargs).wait()<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__<br>    errread, errwrite)<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1334, in _execute_child<br>    child_exception = pickle.loads(data)<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 1382, in loads<br>    return Unpickler(file).load()<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 858, in load<br>    dispatch[key](self)<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 966, in load_string<br>    raise ValueError, "insecure string pickle"<br>ValueError: insecure string pickle<br><br>---<br><br><br>    I, you probably guessed, followed the easiest path and installed QB thru the mac ".dmg" package. Only now I went back to see all that huge list of dependecies.<br><br>    So, I figure, "gotta macport the newest Python" (which I don't know shit about, of course).<br><br>    I've just used your macport direction (' sudo port install python34 py34-jinja2 asciidoc py34-pygments py34-pyqt5 '); problem / error log still persists.<br><br><br>    ¿Should I re-install QB thru macport? (' sudo pip3.4 install qutebrowser ' ) ??<br><br><br></div>  Thanks<br></div>