[Bug 263714] deskutils/calibre: ModuleNotFoundError: No module named 'jeepney'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 May 2022 05:29:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263714 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 724, in check > if not self.download(urn): > File "/usr/local/lib/calibre/calibre/gui2/dialogs/scheduler.py", line 713, in download > if not self.has_internet_connection(): > File "/usr/local/lib/calibre/calibre/gui2/dialogs/scheduler.py", line 697, in has_internet_connection > if not internet_connected(): > File "/usr/local/lib/calibre/calibre/utils/network.py", line 107, in internet_connected > LinuxNetworkStatus() if (islinux or isbsd) else \ > File "/usr/local/lib/calibre/calibre/utils/network.py", line 23, in __init__ > from jeepney import DBusAddress, Properties, new_method_call > ModuleNotFoundError: No module named 'jeepney' -- You are receiving this mail because: You are the assignee for the bug.