customtkinter.__init__ warning in vscode

Viewed 26

I am newbie. I am trying to make a gui project. When I run my code in Spyder it is running perfectly. When I run in the vscode, it produce an error message. Like this: error message

I used the customtkinter while building gui. I did not find any solution on internet. Please help me.

1 Answers

Try to update to the newest version of customtkinter 4.6.1. I recently changed the Linux font directory from ~/.fonts/ to ~/.local/share/fonts/ but somehow this doesn't seem to work on all platforms. So now I reverted back to the old font install location which should work. Which version of Ubuntu are you using?

Related