##// END OF EJS Templates
Use appnope in qt and wx gui support from the terminal; closes #6189...
Use appnope in qt and wx gui support from the terminal; closes #6189 On Mavericks, the qt and wx gui support was unusable from the ipython console in a terminal. Using nope() in enable_qt4 and enable_wx, and reversing with nap() in disable_qt4 and disable_wx, solves the problem.

File last commit:

r14009:6f019b30
r17669:dfa96e88
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()