You are not logged in.

#1 2014-08-13 11:30:42

markhadman
Member
Registered: 2010-10-09
Posts: 39

[SOLVED] Module quodlibet.cli not found - problem with python?

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

#2 2014-08-14 05:44:55

lazka
Member
Registered: 2014-05-14
Posts: 4

Re: [SOLVED] Module quodlibet.cli not found - problem with python?

Works here with "quodlibet 3.2-1"

/usr/lib/python2.7/site-packages/quodlibet/cli.py

Offline

#3 2014-08-14 07:20:36

markhadman
Member
Registered: 2010-10-09
Posts: 39

Re: [SOLVED] Module quodlibet.cli not found - problem with python?

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

#4 2014-08-14 10:45:19

lazka
Member
Registered: 2014-05-14
Posts: 4

Re: [SOLVED] Module quodlibet.cli not found - problem with python?

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

Board footer

Powered by FluxBB