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
I really love how this seems to work, but when trying this in VS Code using Python 3.9.4 on Windows. It does not work at all.
Keep getting this error message while using the default examples from the website.
So what or how do I fix this. Even tried to fix it using ChatGPT which only refer me back to the developer of ttkbootstrap.
Is it even possible to get to work?
Error message Traceback (most recent call last): File "c:\Users\post\Documents\Python Coding\Test\ttkbootstrap\app.py", line 1, in <module> import ttkbootstrap as ttk File "C:\Users\post\AppData\Local\Programs\Python\Python39\lib\site-packages\ttkbootstrap\__init__.py", line 3, in <module> from ttkbootstrap.widgets import * File "C:\Users\post\AppData\Local\Programs\Python\Python39\lib\site-packages\ttkbootstrap\widgets.py", line 14, in <module> from ttkbootstrap.dialogs import Querybox File "C:\Users\post\AppData\Local\Programs\Python\Python39\lib\site-packages\ttkbootstrap\dialogs\__init__.py", line 1, in <module> from ttkbootstrap.dialogs.dialogs import * File "C:\Users\post\AppData\Local\Programs\Python\Python39\lib\site-packages\ttkbootstrap\dialogs\dialogs.py", line 536, in <module> class DatePickerDialog: File "C:\Users\post\AppData\Local\Programs\Python\Python39\lib\site-packages\ttkbootstrap\dialogs\dialogs.py", line 566, in DatePickerDialog locale.setlocale(locale.LC_ALL, locale.setlocale(locale.LC_TIME, "")) File "C:\Users\post\AppData\Local\Programs\Python\Python39\lib\locale.py", line 610, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I really love how this seems to work, but when trying this in VS Code using Python 3.9.4 on Windows. It does not work at all.
Keep getting this error message while using the default examples from the website.
So what or how do I fix this. Even tried to fix it using ChatGPT which only refer me back to the developer of ttkbootstrap.
Is it even possible to get to work?
Error message
Traceback (most recent call last): File "c:\Users\post\Documents\Python Coding\Test\ttkbootstrap\app.py", line 1, in <module> import ttkbootstrap as ttk File "C:\Users\post\AppData\Local\Programs\Python\Python39\lib\site-packages\ttkbootstrap\__init__.py", line 3, in <module> from ttkbootstrap.widgets import * File "C:\Users\post\AppData\Local\Programs\Python\Python39\lib\site-packages\ttkbootstrap\widgets.py", line 14, in <module> from ttkbootstrap.dialogs import Querybox File "C:\Users\post\AppData\Local\Programs\Python\Python39\lib\site-packages\ttkbootstrap\dialogs\__init__.py", line 1, in <module> from ttkbootstrap.dialogs.dialogs import * File "C:\Users\post\AppData\Local\Programs\Python\Python39\lib\site-packages\ttkbootstrap\dialogs\dialogs.py", line 536, in <module> class DatePickerDialog: File "C:\Users\post\AppData\Local\Programs\Python\Python39\lib\site-packages\ttkbootstrap\dialogs\dialogs.py", line 566, in DatePickerDialog locale.setlocale(locale.LC_ALL, locale.setlocale(locale.LC_TIME, "")) File "C:\Users\post\AppData\Local\Programs\Python\Python39\lib\locale.py", line 610, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting
Beta Was this translation helpful? Give feedback.
All reactions