m-schwob

Results 4 comments of m-schwob

## Workaround I found another workaround, by overriding and restoring tkinter `iconbitmap` variable. Example: ``` import sys,os import customtkinter as ct # get customtkinder dir absolute path customtkinter_directory= os.path.dirname(os.path.dirname(os.path.abspath(sys.modules[ct.CTk.__module__].__file__))) #...

> fg_color="transparent" CTkFrame docstring need to be updated with that :)

I also encounter the `[Exception] Error: App: startServices called while services are already running` error when using the API. My code downloads multiple budgets one by one without calling `api.shutdown`....

@caiuskong nice solve! thank! Didn't work for me out of the box. I got an error: ``` sed: can't move '/etc/traefik/traefik.yamlifDJPM' to '/etc/traefik/traefik.yaml': Resource busy ``` I solved that by...