When I try to run my .exe file I get this error ModuleNotFoundError: No module named 'babel.numbers'
I add this line "from babel.numbers import *" into calendar_.py file but nothing changed. How to fix this error?
When I try to run my .exe file I get this error ModuleNotFoundError: No module named 'babel.numbers'
I add this line "from babel.numbers import *" into calendar_.py file but nothing changed. How to fix this error?