Your message dated Fri, 19 Oct 2012 10:59:06 +0200 with message-id <[email protected]> and subject line Re: Bug#690906: ipython3 --pylab does not work has caused the Debian Bug report #690906, regarding ipython3 --pylab does not work to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 690906: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690906 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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
--- End Message ---
--- Begin Message ---On 10/19/2012 02:35 AM, Wesley J. Landaker wrote: > 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. > there is no stable release of matplotlib with python3 support yet. There is nothing ipython can do about that. Matplotlib 1.2.0 does support it and is available in experimental, but not packaged for python3. Please request python3 packaging from the matplotlib maintainer.
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

