israel-dryer / ttkbootstrap

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

CUBIC not found in the widgets.py file #522

Closed pjparks closed 6 months ago

pjparks commented 6 months ago

Desktop (please complete the following information):

Windows 10, Python version 3.11 looked into the source and couldn't find a version number for the ttkbootstap

Describe the bug

Running on a Windows box hit a defeat, Line 856 of the widgets.py had img.resize((self._metersize, self._metersize), Image.CUBIC) which failed because it couldn't find the CUBIC definition. Changed it to BICUBIC and the issue went away. Not sure if it's a defect, but it allowed me to run the library/module on my windows machine. Hope this helps.

To Reproduce

trying to load the example code on the Windows command line

Expected behavior

No response

Screenshots

No response

Additional context

No response

pjparks commented 6 months ago

I see it's already submitted and fixed, last November. Disregard.