Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update widgets.py #501

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

matsnascimento
Copy link

.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'?

.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
Copy link

rdbende commented Oct 21, 2023

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

@rdbende
Copy link

rdbende commented Nov 19, 2023

This can be closed in lieu of #490

@rdbende
Copy link

rdbende commented Nov 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants