Skip to content

wx threading (like in ipython) #55

@ikanobori

Description

@ikanobori

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.


Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions