python-matplotlib should depend on python-tv

Progetto:Trisquel
Versione:7.0
Componente:Programs
Categoria:segnalazione di bug
Priorità:normal
Assigned:Non assegnata
Stato:active
Descrizione

In Python, after installing python-matplotlib:
>>> import matplotlib.pyplot as plt

Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/pymodules/python2.7/matplotlib/pyplot.py", line 98, in
_backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
File "/usr/lib/pymodules/python2.7/matplotlib/backends/__init__.py", line 28, in pylab_setup
globals(),locals(),[backend_name],0)
File "/usr/lib/pymodules/python2.7/matplotlib/backends/backend_tkagg.py", line 8, in
import Tkinter as Tk, FileDialog
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 42, in
raise ImportError, str(msg) + ', please install the python-tk package'
ImportError: No module named _tkinter, please install the python-tk package
>>>

The error did not occur again after installation of the pyhon-tk package.