Description of problem: After upgrade from Fedora19 to Fedora20 the package python-matplotlib-qt4 is not installed, though it seems to be required by the module pyplot present in python-matplotlib. Version-Release number of selected component (if applicable): 1.3.0-1.fc20.i686 Actual results: # python Python 2.7.5 (default, Nov 12 2013, 16:45:58) [GCC 4.8.2 20131017 (Red Hat 4.8.2-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib.pyplot Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/matplotlib/pyplot.py", line 98, in <module> _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup() File "/usr/lib/python2.7/site-packages/matplotlib/backends/__init__.py", line 25, in pylab_setup globals(),locals(),[backend_name]) ImportError: No module named backend_qt4agg >>> quit() Expected results: It should be possible to import matplotlib.pyplot without errors. Additional info: The command rpm -q --requires python-matplotlib does not list python-matplotlib-qt4
*** This bug has been marked as a duplicate of bug 1049624 ***