In ipython, you can start an interactive session with wx on a separate thread. What this means is that the console doesn't block the wm, and the wm doesn't block the console.
#!bash
ipython -wthread -c "import some_wx_module" -i
ipython is still in console mode, however.
Imitating this feature for bpython would be excessively awesome.
In ipython, you can start an interactive session with wx on a separate thread. What this means is that the console doesn't block the wm, and the wm doesn't block the console.
ipython is still in console mode, however.
Imitating this feature for bpython would be excessively awesome.