israel-dryer / ttkbootstrap

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

Update widgets.py #501

Open matsnascimento opened 1 year ago

matsnascimento commented 1 year 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 1 year ago

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

rdbende commented 1 year ago

This can be closed in lieu of #490

rdbende commented 1 year ago

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

VAnD4L commented 5 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 5 months ago

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