Package: python-tk
Version: 2.7.7-2
Severity: grave
Justification: renders package unusable
Dear Maintainer,
* What led up to the situation?
importing matplotlib into ipython
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
mathias@spits:~$ ipython
Python 2.7.7 (default, Jun 3 2014, 16:16:56)
Type "copyright", "credits" or "license" for more information.
IPython 2.1.0 -- 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.
In [1]: import matplotlib.pyplot as plt
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-eff513f636fd> in <module>()
----> 1 import matplotlib.pyplot as plt
/usr/lib/pymodules/python2.7/matplotlib/pyplot.py in <module>()
96
97 from matplotlib.backends import pylab_setup
---> 98 _backend_mod, new_figure_manager, draw_if_interactive, _show =
pylab_setup()
99
100
/usr/lib/pymodules/python2.7/matplotlib/backends/__init__.pyc in pylab_setup()
26 # imports. 0 means only perform absolute imports.
27 backend_mod = __import__(backend_name,
---> 28 globals(),locals(),[backend_name],0)
29
30 # Things we pull in from all backends
/usr/lib/pymodules/python2.7/matplotlib/backends/backend_tkagg.py in <module>()
9
10 # Paint image to Tk photo blitter extension
---> 11 import matplotlib.backends.tkagg as tkagg
12
13 from matplotlib.backends.backend_agg import FigureCanvasAgg
/usr/lib/pymodules/python2.7/matplotlib/backends/tkagg.py in <module>()
1 from __future__ import print_function
----> 2 from matplotlib.backends import _tkagg
3 import Tkinter as Tk
4
5 def blit(photoimage, aggimage, bbox=None, colormode=1):
ImportError: cannot import name _tkagg
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-tk depends on:
ii blt 2.4z-9
ii libc6 2.19-1
ii libtcl8.6 8.6.1-6
ii libtk8.6 8.6.1-5
ii libx11-6 2:1.6.2-2
ii python 2.7.6-2
python-tk recommends no packages.
Versions of packages python-tk suggests:
pn python-tk-dbg <none>
pn tix <none>
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]