why is this filed for python3? http://packages.qa.debian.org/m/matplotlib.html has the ubuntu specific changes listed.
Am 12.06.2014 12:36, schrieb maximilian attems: > Package: python3 > Version: 3.4.1-1 > Severity: normal > > cat /tmp/test.py > import matplotlib.pyplot as plt > > > python3 /tmp/test.py > Traceback (most recent call last): > File "/tmp/test.py", line 1, in <module> > import matplotlib.pyplot as plt > File "/usr/lib/python3/dist-packages/matplotlib/pyplot.py", line 98, in > <module> > _backend_mod, new_figure_manager, draw_if_interactive, _show = > pylab_setup() > File "/usr/lib/python3/dist-packages/matplotlib/backends/__init__.py", line > 28, in pylab_setup > globals(),locals(),[backend_name],0) > File "/usr/lib/python3/dist-packages/matplotlib/backends/backend_tkagg.py", > line 11, in <module> > import matplotlib.backends.tkagg as tkagg > File "/usr/lib/python3/dist-packages/matplotlib/backends/tkagg.py", line 2, > in <module> > from matplotlib.backends import _tkagg > ImportError: cannot import name '_tkagg' > > > according to the github thread Ubuntu has fixes for this: > https://github.com/matplotlib/matplotlib/issues/3093 > > thanks. > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

