wxPython 4.1.1 + matplotlib 3.3.3 problem with add_subplot

Depending on which EXE tool you are using there may be an error log somewhere, or a way to turn it on. If not then I would suggest to set sys.stderr to a writable file, at least while debugging. That way if there is a traceback happening then you’ll be able to see what it is.

Otherwise, a small runnable sample would help us help you.