TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
11.33k stars 1.07k forks source link

Problem file: simple_example.py #2342

Closed gfmpenna closed 6 months ago

gfmpenna commented 6 months ago

import tkinterdnd2 and add new packages for running

before: import customtkinter import tkinterDnD

customtkinter.set_ctk_parent_class(tkinterDnD.Tk)

After : import customtkinter import tkinterdnd2

customtkinter.set_ctk_parent_class(tkinterdnd2.Tk)

Hope this helps