Date: Mon, 02 May 2022 05:29:59 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 263714] deskutils/calibre: ModuleNotFoundError: No module named 'jeepney' Message-ID: <bug-263714-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263714 Bug ID: 263714 Summary: deskutils/calibre: ModuleNotFoundError: No module named 'jeepney' Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: madpilot@FreeBSD.org Reporter: yuri@freebsd.org Flags: maintainer-feedback?(madpilot@FreeBSD.org) Assignee: madpilot@FreeBSD.org calibre-5.41.0_1 prints this error, and also regularly pops up messages with the same content: > Interface language: None > Traceback (most recent call last): > File "/usr/local/lib/calibre/calibre/gui2/dialogs/scheduler.py", line 7= 24, in check > if not self.download(urn): > File "/usr/local/lib/calibre/calibre/gui2/dialogs/scheduler.py", line 7= 13, in download > if not self.has_internet_connection(): > File "/usr/local/lib/calibre/calibre/gui2/dialogs/scheduler.py", line 6= 97, in has_internet_connection > if not internet_connected(): > File "/usr/local/lib/calibre/calibre/utils/network.py", line 107, in in= ternet_connected > LinuxNetworkStatus() if (islinux or isbsd) else \ > File "/usr/local/lib/calibre/calibre/utils/network.py", line 23, in __i= nit__ > from jeepney import DBusAddress, Properties, new_method_call > ModuleNotFoundError: No module named 'jeepney' --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263714-7788>