israel-dryer / ttkbootstrap

A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
MIT License
1.79k stars 363 forks source link

Update pillow Constant #467

Closed jwells80 closed 7 months ago

jwells80 commented 1 year ago

With pillow version 9.1.0, Image.CUBIC was deprecated. This causes and error when running python -m ttkbootstrap and python -m ttkcreator. I've updated the line 856 in widgets.py with Image.Resampling.BICUBIC and now both work again.

Aareon commented 8 months ago

This can be closed in lieu of https://github.com/israel-dryer/ttkbootstrap/pull/490