https://bugzilla.novell.com/show_bug.cgi?id=863451 https://bugzilla.novell.com/show_bug.cgi?id=863451#c0 Summary: science/python-matplotlib: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Major Priority: P5 - None Component: 3rd party software AssignedTo: werner.ho@gmx.de ReportedBy: fishdude@gmx.net QAContact: opensuse-communityscreening@forge.provo.novell.com CC: dmitry@roshchin.org Found By: --- Blocker: --- Since changing matplotlib to 1.3.1 in the science repository, pylab can not be imported anymore. It fails with an ImportError, because it cannot find the windowing backend, requested by tkagg. See the output below: python -c 'import pylab' Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/pylab.py", line 1, in <module> from matplotlib.pylab import * File "/usr/lib64/python2.7/site-packages/matplotlib/pylab.py", line 269, in <module> from matplotlib.pyplot import * File "/usr/lib64/python2.7/site-packages/matplotlib/pyplot.py", line 98, in <module> _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup() File "/usr/lib64/python2.7/site-packages/matplotlib/backends/__init__.py", line 28, in pylab_setup globals(),locals(),[backend_name],0) File "/usr/lib64/python2.7/site-packages/matplotlib/backends/backend_tkagg.py", line 14, in <module> import matplotlib.backends.windowing as windowing ImportError: No module named windowing The same matplotlib version for opensuse 12.3 from the science repository does not show this error. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.