Wolf-SO
Wolf-SO
How did you measure? How big is the memory leak? What operating system, versions of Python and CustomTkinter did you use?
@UserJoo9 Can you please add information about operating system, Python version and CTk version? And maybe also give a *minimal* example (source code) to reproduce the issue?
You should really strip your project (a copy of it) down to what is necessary to reproduce the problem. That would make it much easier for people here to help...
What is the problem you are facing here? As far as I can see, the file `README.in` is already usable as `README.md`, it has just the wrong file extension, so...
After reducing the example given by @snoo-snoo even more to ```python import customtkinter import locale locale.setlocale(locale.LC_ALL, '') app = customtkinter.CTk() customtkinter.CTkFrame(master=app) ``` I can still reproduce the issue on a...
@morciej Did you find any documentation anyway? I get *404 Not Found* when I click on *Help → Manual* in the main window menu.
So this issue seems completed.
With what OS and Python version are you observing this?
@j4321 I can confirm this issue. @K3yr0nym0us I just realized (if I'm right) that this doesn't depend on OS or Python (tkinter), thanks for the info anyway.
Sorry to tell you this: I'm not a maintainer or developer of this package. And have no time to look into this earlier than tomorrow evening (CET). What I'd try...