Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#63390 - [accerciser] Add `python-xlib` to `${depends}`

Attached to Project: Arch Linux
Opened by grufo (grufo) - Tuesday, 06 August 2019, 11:58 GMT
Last edited by freswa (frederik) - Saturday, 22 February 2020, 20:49 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Package `accerciser`: Add `python-xlib` to `${depends}` in `PKGBUILD`.

Additional info:

* package version: 3.32.3-1
* config and/or log files etc.: see console log below

Steps to reproduce:

Run `accerciser` without `python-xlib` installed.

Console log:

~ $ accerciser
/usr/bin/accerciser:52: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk as gtk
/usr/lib/python3.7/site-packages/accerciser/node.py:21: PyGIWarning: Rsvg was imported without specifying a version first. Use gi.require_version('Rsvg', '2.0') before import to ensure that the right version gets loaded.
from gi.repository import Rsvg as rsvg
Traceback (most recent call last):
File "/usr/bin/accerciser", line 78, in <module>
accerciser.main()
File "/usr/lib/python3.7/site-packages/accerciser/__init__.py", line 34, in main
from .accerciser import Main
File "/usr/lib/python3.7/site-packages/accerciser/accerciser.py", line 27, in <module>
from .accessible_treeview import *
File "/usr/lib/python3.7/site-packages/accerciser/accessible_treeview.py", line 26, in <module>
from .node import Node
File "/usr/lib/python3.7/site-packages/accerciser/node.py", line 27, in <module>
import Xlib, Xlib.display
ModuleNotFoundError: No module named 'Xlib'
This task depends upon

Closed by  freswa (frederik)
Saturday, 22 February 2020, 20:49 GMT
Reason for closing:  Fixed
Additional comments about closing:  3.34.4-1

Loading...