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
python 3.12
mac os 14.5
执行: python main.py debug 调试模式
File "/Users/xxx /PycharmProjects/KindleEar/application/init.py", line 31, in init_app
babel.init_app(app, locale_selector=setting.get_locale)
^^^^^^^^^^^^^^^^^^
AttributeError: partially initialized module 'application.view.setting' has no attribute 'get_locale' (most likely due to a circular import)
The text was updated successfully, but these errors were encountered:
python 3.12
mac os 14.5
执行: python main.py debug 调试模式
File "/Users/xxx /PycharmProjects/KindleEar/application/init.py", line 31, in init_app
babel.init_app(app, locale_selector=setting.get_locale)
^^^^^^^^^^^^^^^^^^
AttributeError: partially initialized module 'application.view.setting' has no attribute 'get_locale' (most likely due to a circular import)
The text was updated successfully, but these errors were encountered: