israel-dryer / ttkbootstrap

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

Update widgets.py #501

Open matsnascimento opened 11 months ago

matsnascimento commented 11 months ago

.venv\Lib\site-packages\ttkbootstrap\widgets.py", line 856, in _draw_meter img.resize((self._metersize, self._metersize), Image.CUBIC) ^^^^^^^^^^^ AttributeError: module 'PIL.Image' has no attribute 'CUBIC'. Did you mean: 'BICUBIC'?

rdbende commented 11 months ago

There's already #467, #473, #479, #490 and #491 open to fix this problem.

rdbende commented 10 months ago

This can be closed in lieu of #490

rdbende commented 10 months ago

The issue was resolved by the merge of #490. Please close this one.

VAnD4L commented 3 months ago

issue still present on running python -m ttkcreator maybe https://github.com/israel-dryer/ttkbootstrap/pull/490 does not apply to ttkcreator?

rdbende commented 3 months ago

The Pypi package has still not been updated. It should work, if you use it from this repo directly.