Project

General

Profile

Bug #2414

[community/catfish]

pisechka - over 4 years ago - . Updated almost 2 years ago.

Status:
not-a-bug
Priority:
bug
Assignee:
-
% Done:

0%


Description

$ catfish
Traceback (most recent call last):
File "/usr/bin/catfish", line 41, in <module>
import catfish
File "/usr/lib/python3.7/site-packages/catfish/__init__.py", line 29, in <module>
from catfish import CatfishWindow
File "/usr/lib/python3.7/site-packages/catfish/CatfishWindow.py", line 31, in <module>
import dbus
ModuleNotFoundError: No module named 'dbus'

Fixed with install python-dbus
Maybe worth add dependence?

History

#1

Updated by freemor over 4 years ago

  • Subject changed from [catfish] to [community/catfish]
#2

Updated by freemor over 4 years ago

Hmm... working fine for me without: python-dbus, python-dbus-common installed
perhaps the dependency is further down the chain like just 'dbus'?

Perhaps this has been fixed upstream since this BR was filed?

#3

Updated by pisechka over 4 years ago

freemor wrote:

Hmm... working fine for me without: python-dbus, python-dbus-common installed
perhaps the dependency is further down the chain like just 'dbus'?

Perhaps this has been fixed upstream since this BR was filed?

python-dbus depended by python-dbus-common.
Anyway on my 2 machines common problem. Before fix i'm check dependence and didn't have resolve dependence. And now if i check dependence with "pactree -r python-dbus-common' see only python-dbus and nothing more.

#4

Updated by freemor over 4 years ago

python-dbus depends dbus. Thus would have pulled it in when you installed python-dbus if it wasn't already in

What Architecture are you on? Might be minor diffs say on i686 if it is V-1 or something

#5

Updated by freemor over 4 years ago

  • Status changed from unconfirmed to confirmed

Confirmed by rolling a minimal x86_64 VM. Guess removing python-dbus/python-dbus-common from my susyem didn't do a complete job of it.
Will report upstream if no on else does before I get a chance to.. Which will probably be tomorrow

#6

Updated by Zuss almost 2 years ago

python-dbus is listed as a dependency on the PKGBUILD
Starts without issue on v4.16.3

#7

Updated by Zuss almost 2 years ago

  • Status changed from confirmed to not-a-bug

Also available in: Atom PDF