Closed issue by eth0OS on void-packages repository https://github.com/void-linux/void-packages/issues/26379 Description: ### System * xuname: *output of ``xuname`` (part of xtools)* * package: *affected package(s) including the version*: catfish-1.4.13_3 ### Expected behavior Running the command "catfish" in a terminal should open the main window of the application. ### Actual behavior It outputs an error about python: ``` Traceback (most recent call last): File "/bin/catfish", line 44, in catfish.main() File "/usr/lib/python3.9/site-packages/catfish/__init__.py", line 78, in main window = CatfishWindow.CatfishWindow() File "/usr/lib/python3.9/site-packages/catfish_lib/Window.py", line 171, in __new__ builder = get_builder(__builder__['ui_file']) File "/usr/lib/python3.9/site-packages/catfish_lib/helpers.py", line 109, in get_builder builder.add_from_file(ui_filename) File "/usr/lib/python3.9/site-packages/catfish_lib/Builder.py", line 87, in add_from_file ele_widgets = tree.getiterator("object") AttributeError: 'ElementTree' object has no attribute 'getiterator' ``` ### Steps to reproduce the behavior Run the command 'catfish' in a terminal. --- Additional notes: I am aware that update request are not encouraged but I've shared this problem with the folks over the Telegram group and some of them are experiencing the same problem. I was told that the problem is already fixed upstream but the devs haven't tagged a release yet. Since the package is completely unusable and it's orphaned, and also it is a considerable useful package for XFCE users, I kindly ask for consider a middle release compilation and the pushing to void's repo. Thank you.