Sharpie / qgis-ipython

An IPython console for Quantum GIS
4 stars 3 forks source link

Python console is unresponsive after launching IPython #2

Open Sharpie opened 12 years ago

Sharpie commented 12 years ago

After launching an in-process IPython kernel, the QGIS Python console becomes unresponsive. This is probably due to IPython re-directing stdout and stderr to /dev/null as part of the "blackhole" startup process.

The solution is probably to move away from using IPythonKernelApp and build a new kernel application from scratch that is a better citizen when embedded.