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?
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
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
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
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
Hi,
I am not sure about possible/likely C++ specificities, but for an pure
wxpython app, this works without much effort,
the shell is just to be placed in a separate Frame
2013/12/27 patrick zhao <patrick1981.zhao@gmail.com>:
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?