Usage with spyder #356
daultimateboss85
started this conversation in
General
Replies: 1 comment 1 reply
-
spyder ist just an IDE. If you can import customtkinter depends on if it is installed on the python version you are currently using. And with spyder you are probably using the anaconda python version. So you have to install customtkinter on the anaconda python version. In the terminal you have to activate your conda environment and then pip install customtkinter. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently installed anaconda... Spyder comes with it. I had customtkinter installed already and it still works in the that comes with python but in spyder it says no module name customtkinter. Is there something i'm missing or it doesn't work with spyder?
Beta Was this translation helpful? Give feedback.
All reactions