Re: IPython 4.0 on Python 3.4 & Windows 10 - Status Update #2

Thomas Kluyver <[email protected]> Fri, 21 Aug 2015 16:04:34 -0700
Newsgroups gmane.comp.python.ipython.user
Message-ID <CAOvn4qijbL-zhDGrQpYrZMe7Z5D5S2zejwnrv+LdXnK-sy8QeA@mail.gmail.com>
--===============1049793012==
Content-Type: multipart/alternative; boundary=001a1140f16e4a7895051dda4c62

--001a1140f16e4a7895051dda4c62
Content-Type: text/plain; charset=UTF-8

On 21 August 2015 at 13:57, Viktor Ransmayr <[email protected]>
wrote:

> ImportError: No module named 'qtconsole'


The Qt console is now a separate package. You can 'pip install qtconsole'
to get it, or 'pip install jupyter' to get all the bits that were in
IPython 3.x.

> ---> 83     from IPython.external.qt import QtCore, QtGui, QtSvg, QT_API
>
> ImportError: No module named 'IPython.external.qt'

That's an oversight on our part - can you file an issue about this against
the ipython/ipython repository? In the meantime, unset the environment
variable QT_API, and it should work.

Thomas

--001a1140f16e4a7895051dda4c62
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div class=3D"gmail_extra"><div class=3D"gmail_quote">On 2=
1 August 2015 at 13:57, Viktor Ransmayr <span dir=3D"ltr">&lt;<a href=3D"ma=
ilto:[email protected]" target=3D"_blank">[email protected]=
</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin=
:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">ImportError: No mo=
dule named &#39;qtconsole&#39;</blockquote></div><br></div><div class=3D"gm=
ail_extra">The Qt console is now a separate package. You can &#39;pip insta=
ll qtconsole&#39; to get it, or &#39;pip install jupyter&#39; to get all th=
e bits that were in IPython 3.x.<br><br>&gt; ---&gt; 83=C2=A0=C2=A0=C2=A0=
=C2=A0 from IPython.external.qt import QtCore, QtGui, QtSvg, QT_API<br>&gt;=
 <br>&gt; ImportError: No module named &#39;IPython.external.qt&#39;<br><br=
></div><div class=3D"gmail_extra">That&#39;s an oversight on our part - can=
 you file an issue about this against the ipython/ipython repository? In th=
e meantime, unset the environment variable QT_API, and it should work.<br><=
br></div><div class=3D"gmail_extra">Thomas<br></div></div>

--001a1140f16e4a7895051dda4c62--

--===============1049793012==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
IPython-User mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/ipython-user

--===============1049793012==--