PySol Fan Club Edition stop working after update

I use Manjaro Cinnamon edition on a desktop computer.
After the recent update, PySol does not work anymore? When I click on it’s menu icon nothing happens?
When I enter ‘pysol’ in the terminal, I get the following:

[jp@jpmanjarohome ~]$ pysol
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'
[jp@jpmanjarohome ~]$ 

Anybody else has this issue? Any fix or workaround? Thanks

https://sourceforge.net/p/pysolfc/discussion/503709/thread/586a56bc6d/?limit=25#0202

This is an issue with Pillow 10.0. It’s been fixed with the 2.21.0 release.

A beta of PysolFC v2.21.0 was released on 2023-07-10, so a fix is in the pipeline.

Maybe it’s because of this.

To my knowledge I have no AUR packages.

I hope this applies to me (I’m using the Cinnamon edition). I checked whats installed and the closest I can find is ‘python-pillow 10.0.0-1’ so I just have to wait for updates. Thanks for the help

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.