╰─ .\NativeAot.exe Unhandled Exception: System.ArgumentException: Object of type 'System.Collections.Generic.Dictionary`2[System.String,Terminal.Gui.Configuration ...
I have created an executable GUI based application of an BookStore through Python. There are 2 files, one is 'frontend.py' and the second 'backend.py'. The frontend.py file is the driver program also, ...