I\'m trying to install python application on Windows with pyinstaller where I\'m using tkcalendar. Application is working but the tkcalendar.Calendar isn\'t.
When I\
Add following code to your python script, while bundling with pyinstaller
import babel.numbers