Cannot import matplotlib.pyplot in python 3
I followed the instructions to install matplotlib for python 3 from here: How to install matplotlib with Python3.2 But I get an ImportError, which I have not been able to resolve, when importing pyplot: >>> import matplotlib >>> import matplotlib.pyplot as plt Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.2/dist-packages/matplotlib-1.4.x-py3.2-linux-i686.egg/matplotlib/pyplot.py", line 98, in <module> _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup() File "/usr/local/lib/python3.2/dist-packages/matplotlib-1.4.x