We embedded wxPython to an existing c++ wxWidgets application. And use pycrust/pyshell to input python command to the application interactively. It works fine except that when the application pop up a modal dialog, we can not do any input in pycrust/pyshell. Is there any way to solve the problem?
Thanks!
Patrick