| Summary: | Не запускается с python 3.9 | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Антон Мидюков <antohami> |
| Component: | catfish | Assignee: | Fr. Br. George <george> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | antohami, george |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
| Bug Depends on: | 29433 | ||
| Bug Blocks: | 33000 | ||
Нужен approve: #274090 EPERM #2 sisyphus catfish.git=4.16.0-alt1 |
catfish не запускается с python 3.9 Traceback (most recent call last): File "/usr/bin/catfish", line 42, in <module> catfish.main() File "/usr/lib/python3/site-packages/catfish/__init__.py", line 81, in main window = CatfishWindow.CatfishWindow() File "/usr/lib/python3/site-packages/catfish_lib/Window.py", line 167, in __new__ builder = get_builder(__builder__['ui_file']) File "/usr/lib/python3/site-packages/catfish_lib/helpers.py", line 109, in get_builder builder.add_from_file(ui_filename) File "/usr/lib/python3/site-packages/catfish_lib/Builder.py", line 112, in add_from_file ele_signals = tree.getiterator("signal") AttributeError: 'ElementTree' object has no attribute 'getiterator' Чинится заменой getiterator на iter. Но лучше обновить пакет (см. ALT bug 29433)