[Python-modules-team] Bug#690906: ipython3 --pylab does not work
Wesley J. Landaker
wjl at icecavern.net
Fri Oct 19 00:35:47 UTC 2012
Package: ipython3
Version: 0.13-1
Severity: important
One of ipython's most heavily advertized, important, and useful features
is it's integration with pylab.
However, ipython3 does not work in pylab mode at all.
$ ipython3 --pylab
Python 3.2.3 (default, Sep 10 2012, 12:58:42)
Type "copyright", "credits" or "license" for more information.
IPython 0.13 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
[TerminalIPythonApp] GUI event loop or pylab initialization failed
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/usr/lib/python3/dist-packages/IPython/core/pylabtools.py in find_gui_and_backend(gui)
194 """
195
--> 196 import matplotlib
197
198 if gui and gui != 'auto':
ImportError: No module named matplotlib
This can be worked around by manually installing the python3 version of
matplotlib, but there does not appear to be a way to make this working
using just Debian packages.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (40, 'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 3.5-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages ipython3 depends on:
ii python3 3.2.3-5
ii python3-decorator 3.3.3-1
ii python3-pkg-resources 0.6.24-1
ii python3-simplegeneric 0.8.1-1
ipython3 recommends no packages.
Versions of packages ipython3 suggests:
pn ipython3-notebook <none>
pn ipython3-qtconsole <none>
pn python3-zmq <none>
-- no debconf information
More information about the Python-modules-team
mailing list