[IPython-dev] Notebook and Qt dialog issue

Fernando Perez fperez.net at gmail.com
Tue May 6 21:40:43 EDT 2014


Yes, please do so. I can replicate the problem here.  You might want to
update the example with a try/except so it runs with either pyside or pyqt,
it will make it easier for others to replicate. The pyqt import line should
be:

from PyQt4 import QtCore, QtGui


Cheers

f


On Tue, May 6, 2014 at 8:23 PM, Antonino Ingargiola <tritemio at gmail.com>wrote:

> Hi,
>
> I have a problem opening a Qt dialog from a notebook if the magic %gui qt
> (or %matplotlib qt) is executed on the same cell as the dialog call.
>
> Seems a problem similar to this closed bug:
>
> https://github.com/ipython/ipython/issues/4997
>
> but both in ipython 2.0 and on current master I have a kernel crash when
> executing the gui magic and the dialog call on the same cell.
>
> The issue is shown here:
>
> http://nbviewer.ipython.org/gist/tritemio/430d68d8b0efbbb13462
>
> Can others reproduce the problem?
>
> If yes, should I open a new issue?
>
> Thanks,
> Antonio
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>


-- 
Fernando Perez (@fperez_org; http://fperez.org)
fperez.net-at-gmail: mailing lists only (I ignore this when swamped!)
fernando.perez-at-berkeley: contact me here for any direct mail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140507/4e5079d1/attachment.html>


More information about the IPython-dev mailing list