View Single Post
Old 04-17-2022, 09:38 PM   #237
Thasaidon
Hedge Wizard
Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.
 
Thasaidon's Avatar
 
Posts: 802
Karma: 19999999
Join Date: May 2011
Location: UK/Philippines
Device: Kobo Touch, Nook Simple
Quote:
Originally Posted by Doitsu View Post
Code:
import tkinter.ttk as tkinter_ttk	#Essential for ttk. commands
to:

Code:
import tkinter.ttk as ttk	#Essential for ttk. commands
If you encounter other problems, replace the same line in all other .py files in that folder.
That cured it Doitsu. Thank you very much.

I must have done this in the past but had forgotten all about doing it.

I looked through the other py files abd spotted why the Resize Image function never worked. Apparently it needs the Pillow graphics library to be installed. Something I had not noticed before.
Thasaidon is offline   Reply With Quote