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!
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!
FS#78971 - [pysolfc] fails to launch
Attached to Project:
Arch Linux
Opened by phonemic (phonemic) - Monday, 03 July 2023, 20:37 GMT
Last edited by Christian Heusel (gromit) - Sunday, 03 September 2023, 17:08 GMT
Opened by phonemic (phonemic) - Monday, 03 July 2023, 20:37 GMT
Last edited by Christian Heusel (gromit) - Sunday, 03 September 2023, 17:08 GMT
|
DetailsDescription:
pysolfc fails to launch Additional info: * package version(s) 2.20.1 * config and/or log files etc. ``` Traceback (most recent call last): File "/usr/bin/pysol", line 36, in <module> from pysollib.main import main # noqa: E402,I202 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pysollib/main.py", line 30, in <module> from pysollib.app import Application File "/usr/lib/python3.11/site-packages/pysollib/app.py", line 32, in <module> from pysollib.actions import PysolMenubar File "/usr/lib/python3.11/site-packages/pysollib/actions.py", line 28, in <module> from pysollib.help import help_about, help_html File "/usr/lib/python3.11/site-packages/pysollib/help.py", line 29, in <module> from pysollib.pysoltk import HTMLViewer File "/usr/lib/python3.11/site-packages/pysollib/pysoltk.py", line 28, in <module> from pysollib.ui.tktile.tkutil import * # noqa: F401,F403 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pysollib/ui/tktile/tkutil.py", line 250, in <module> class PIL_Image(ImageTk.PhotoImage): File "/usr/lib/python3.11/site-packages/pysollib/ui/tktile/tkutil.py", line 291, in PIL_Image def resize(self, xf, yf, resample=Image.ANTIALIAS): ^^^^^^^^^^^^^^^ AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' ``` * link to upstream bug report, if any Steps to reproduce: Attempt to launch pysol |
This task depends upon
Closed by Christian Heusel (gromit)
Sunday, 03 September 2023, 17:08 GMT
Reason for closing: Fixed
Additional comments about closing: Already fixed in version 2.21.0
Sunday, 03 September 2023, 17:08 GMT
Reason for closing: Fixed
Additional comments about closing: Already fixed in version 2.21.0
Reversing the pillow upgrade fixes.
Upstream: https://github.com/shlomif/PySolFC/issues/323
https://github.com/shlomif/PySolFC/releases/tag/pysolfc-2.21.0
https://github.com/shlomif/PySolFC/issues/323