> That's very odd! It looks like umpv does *something* different when > invoked from qutebrowser, and fails.
But I can't be the first to use it under OS X, can I? (as I understand every QB user wants to activate videol thru hints, and the playlist is a nifty idea too) I did the port install ( ' sudo pip3.4 install qutebrowser ' did not work, "command not foun", so I went with ' port select --set pip pip34 ' + 'pip install qutebrowser ', which worked fine), buuuuuuut... Major newbie alert: I haven't the faintest where qutebrowser is!! pip printouts "all is fine", but don't report where. (see pic : https://dl.dropboxusercontent.com/u/14395194/pip%20qb.png ) When I type ' qutebrowser' : "command not found" I guess there is a regular output directory for python... Checked /opt/local/bin and /usr/local/bin, it's not there. Thanks, M On Wed, Oct 5, 2016 at 4:05 PM, Florian Bruhin <[email protected]> wrote: > Hey Maurício, > > * Maurício Habert <[email protected]> [2016-10-05 13:35:49 -0300]: > > > That means the script was found, but exited with that status. > > > > 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: > > > > [...] > > Process stderr: > > Traceback (most recent call last): > > File "/Users/m2habert/¶bin/umpv", line 91, in <module> > > subprocess.check_call(opts) > > File > > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", > line 535, in check_call > > retcode = call(*popenargs, **kwargs) > > File > > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", > line 522, in call > > return Popen(*popenargs, **kwargs).wait() > > File > > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", > line 710, in __init__ > > errread, errwrite) > > File > > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", > line 1326, in _execute_child > > os.close(errpipe_read) > > OSError: [Errno 9] Bad file descriptor > > That's very odd! It looks like umpv does *something* different when > invoked from qutebrowser, and fails. > > Could you please open an issue in the bugtracker? > https://github.com/The-Compiler/qutebrowser/issues > > Then we can try to track this down there - though I'm not sure yet > whether that's a qutebrowser, a Python or a umpv bug. > > > File > > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", > line 966, in load_string > > raise ValueError, "insecure string pickle" > > ValueError: insecure string pickle > > That seems to be unrelated: http://bugs.python.org/issue26083 > > Also, I just need to leave http://imgur.com/To3DQ6J here :D > > > 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. > > That should be fine. The .dmg contains all needed dependencies. > > > So, I figure, "gotta macport the newest Python" (which I don't know > > shit about, of course). > > > > I've just used your macport direction (' sudo port install python34 > > py34-jinja2 asciidoc py34-pygments py34-pyqt5 '); problem / error log > still > > persists. > > > > ¿Should I re-install QB thru macport? (' sudo pip3.4 install > > qutebrowser ' ) ?? > > It'd be interesting for the bug report to know if it happens when > installed like that as well. > > When you use the .dmg with the dependencies installed, the .dmg is > still going to use the bundled ones. > > Florian > > -- > http://www.the-compiler.org | [email protected] (Mail/XMPP) > GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc > I love long mails! | http://email.is-not-s.ms/ >
