You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to use customtkinter (which depends on tkinter, already delivered with the uv Python installation). As seen in this issue, we export the necessary env. variables to get tkinter to work (#7036)
The rendering is then quite ugly. Apparently this is a known issue when tk is built without libXft support: TomSchimansky/CustomTkinter#2596
Could you confirm that this is the case when installing Python in uv? If so, is there a way to include this to make rendering more pleasent to the eyes?
We are using uv 0.4.9 in native Ubuntu 22.04.4 LTS
Thanks.
The text was updated successfully, but these errors were encountered:
We're trying to use customtkinter (which depends on tkinter, already delivered with the uv Python installation). As seen in this issue, we export the necessary env. variables to get tkinter to work (#7036)
Then call the following code (taken from https://customtkinter.tomschimansky.com)
The rendering is then quite ugly. Apparently this is a known issue when tk is built without libXft support:
TomSchimansky/CustomTkinter#2596
Could you confirm that this is the case when installing Python in uv? If so, is there a way to include this to make rendering more pleasent to the eyes?
We are using uv 0.4.9 in native Ubuntu 22.04.4 LTS
Thanks.
The text was updated successfully, but these errors were encountered: