[IPython-dev] QT backend failure on EPD 7.1 w ipython master

Ilan Schnell ischnell at enthought.com
Wed Jul 27 18:31:58 EDT 2011


matplotlib does not support PySide yet, however the
qtconsole works with either:
  *  --pylab=inline; in which case matplotlib generates an svn which is
    then rendered by ipython's qtconsole
  * --pylab; in which case (in EPD) matplotlib's wx backend is used in
    an external window

- Ilan

On Wed, Jul 27, 2011 at 4:59 PM, Brian Granger <ellisonbg at gmail.com> wrote:
> Hi,
>
> I am testing ipython/master with EPD 7.1 and the qt matplotlib backend
> fails with
>
> ImportError: Warning: formlayout requires PyQt4 >v4.3
>
> This is true even with QT_API=pyside.  This fails in both the terminal
> based IPython and the qtconsole:
>
> ipython --pylab=qt
> ipython qtconsole --pylab=qt
>
> I thought all of this was working?  What is the status of this?
>
> Cheers,
>
> Brian
>
> --
> Brian E. Granger
> Cal Poly State University, San Luis Obispo
> bgranger at calpoly.edu and ellisonbg at gmail.com
>



More information about the IPython-dev mailing list