Replies: 3 comments
-
|
Do you named your file |
Beta Was this translation helpful? Give feedback.
-
|
While I did have the .py file saved as customtkinter.py, I changed the file name to cust.py but still getting a similar error message: C:\Users\garyc\PycharmProjects\Custom\venv\Scripts\python.exe C:/Users/garyc/PycharmProjects/Custom/cust.py |
Beta Was this translation helpful? Give feedback.
-
|
I have found and fixed my problem. I originally had installed Python 3.10.6 but after having problems installing several packages, found that it was recommended to use Anaconda, so I installed Anaconda, which downloaded Python 3.9.12. I think this messed with my Pycharm path. Please close this what started out as an issue. Thanks !!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Getting this error message when launching customtkinter with just the single button example:
File "C:\Users\garyc\PycharmProjects\Excel_Project\venv\customtkinter.py", line 2, in
import customtkinter
File "C:\Users\garyc\PycharmProjects\Excel_Project\venv\customtkinter.py", line 5, in
customtkinter.set_default_color_theme("blue") # Themes: blue (default), dark-blue, green
AttributeError: partially initialized module 'customtkinter' has no attribute 'set_default_color_theme' (most likely due to a circular import)
I am new at this but have uninstalled customtkinter and reinstalled. Also checked the install location compared to other pip installed apps.
Beta Was this translation helpful? Give feedback.
All reactions