You are not logged in.
Hi all,
I'm running Quodlibet on 64 bit, and I get the following error message:
[mark@calamari ~]$ quodlibet
Traceback (most recent call last):
File "/usr/bin/quodlibet", line 15, in <module>
from quodlibet.cli import process_arguments, is_running, control
ImportError: No module named quodlibet.cli
[mark@calamari ~]$ I'm pretty sure it was working when I first installed it last year, and it works fine on my 32 bit machine. I've reinstalled quodlibet and with all dependencies, to no avail.
Perhaps I have a python problem? I can't find a file named quodlibet.cli on either my 64 or 32 bit machines, so how do I find out which file or package provides this module? (Excuse my Python ignorance).
Last edited by markhadman (2014-08-14 07:22:43)
Offline
Works here with "quodlibet 3.2-1"
/usr/lib/python2.7/site-packages/quodlibet/cli.pyOffline
Thanks lazka, I found that file to be present on my system.
After a bit of poking around trying to run python things, it became apparent that anaconda* was being run as my default python interpreter, which I've solved (or hacked, anyway) by reordering my $PATH.
* anaconda is a "Completely free enterprise-ready Python distribution for large-scale data processing, predictive analytics, and scientific computing", which, for reasons including limited bandwidth, I had installed directly from the vendor rather than through the aur.
Offline
Ah ok, thanks for the update
If you find any other bugs please file a report: https://code.google.com/p/quodlibet/issues/entry
Offline