##// END OF EJS Templates
Corrected behaviour of raw_input under windows. Recursive wx.yield is ...
Corrected behaviour of raw_input under windows. Recursive wx.yield is not that supported... So removed it and do simple modal call in non threaded mode.

File last commit:

r1586:629b9129
r1821:143999f5
Show More
wxIpython
11 lines | 320 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""wxIPython -- An enhanced Interactive Python GUI fonrtend
This script starts the Wx graphical frontend.
This is experimental so far.
Currently it support only ipython0 instance. Will be upgraded to ipython1 one.
"""
from IPython.gui.wx import wxIPython
wxIPython.main()