Re: IPython 4.0 on Python 3.4 & Windows 10 - Status Update #2
Paul Moore <[email protected]> Fri, 21 Aug 2015 22:22:16 +0100
| Newsgroups | gmane.comp.python.ipython.user |
|---|---|
| Message-ID | <CACac1F8B-T9-fZ2QvkN4DnhqQTvuVZ7zsXXwqt0y_6urjTb0Kw@mail.gmail.com> |
On 21 August 2015 at 21:57, Viktor Ransmayr <[email protected]> wrote: > Here's a follow-up to my earlier mail. - Usage of 'ipython qtconsole' and > 'ipython --gui=qt5' do not work as advertized: Your "pip list" from the other email didn't include PyQt or PySide. You probably need to install one or the other (pyside seems to include wheels on PyPI). (Disclaimer: I don't use the qtconsole on Windows, so I have no direct experience with it). Paul