Kubuntu 13.04 : can't import matplotlib.pyplot

Hi list,
I have updated my desktop to kubuntu 13.04 and not able to import pyplot.
Am I the only one ?

import matplotlib.pyplot

···

---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-8-6f467123fe04> in <module>()
----> 1 import matplotlib.pyplot

/usr/lib/pymodules/python2.7/matplotlib/pyplot.py in <module>()
      24 from matplotlib.cbook import dedent, silent_list, is_string_like, is_numlike
      25 from matplotlib import docstring
---> 26 from matplotlib.figure import Figure, figaspect
      27 from matplotlib.backend_bases import FigureCanvasBase
      28 from matplotlib.image import imread as _imread

/usr/lib/pymodules/python2.7/matplotlib/figure.py in <module>()
      30
      31 from matplotlib import _image
---> 32 from matplotlib.image import FigureImage
      33
      34 import matplotlib.colorbar as cbar

/usr/lib/pymodules/python2.7/matplotlib/image.py in <module>()
      20 # For clarity, names from _image are given explicitly in this module:
      21 import matplotlib._image as _image
---> 22 import matplotlib._png as _png
      23
      24 # For user convenience, the names from _image are also imported into

ImportError: numpy.core.multiarray failed to import

Thanks

Samuel

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Samuel Garcia
Lyon Neuroscience
CNRS - UMR5292 - INSERM U1028 - Universite Claude Bernard LYON 1
Equipe R et D
50, avenue Tony Garnier
69366 LYON Cedex 07
FRANCE
Tél : 04 37 28 74 24
Fax : 04 37 28 76 01
http://olfac.univ-lyon1.fr/unite/equipe-07/
http://neuralensemble.org/trac/OpenElectrophy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Sorry for disturb.
It was due to an old manual install of numpy.

···

Le 14/05/2013 12:06, Samuel Garcia a écrit :

Hi list,
I have updated my desktop to kubuntu 13.04 and not able to import pyplot.
Am I the only one ?

import matplotlib.pyplot

---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-8-6f467123fe04> in <module>()
----> 1 import matplotlib.pyplot

/usr/lib/pymodules/python2.7/matplotlib/pyplot.py in <module>()
       24 from matplotlib.cbook import dedent, silent_list,
is_string_like, is_numlike
       25 from matplotlib import docstring
---> 26 from matplotlib.figure import Figure, figaspect
       27 from matplotlib.backend_bases import FigureCanvasBase
       28 from matplotlib.image import imread as _imread

/usr/lib/pymodules/python2.7/matplotlib/figure.py in <module>()
       30
       31 from matplotlib import _image
---> 32 from matplotlib.image import FigureImage
       33
       34 import matplotlib.colorbar as cbar

/usr/lib/pymodules/python2.7/matplotlib/image.py in <module>()
       20 # For clarity, names from _image are given explicitly in this
module:
       21 import matplotlib._image as _image
---> 22 import matplotlib._png as _png
       23
       24 # For user convenience, the names from _image are also imported
into

ImportError: numpy.core.multiarray failed to import

Thanks

Samuel

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Samuel Garcia
Lyon Neuroscience
CNRS - UMR5292 - INSERM U1028 - Universite Claude Bernard LYON 1
Equipe R et D
50, avenue Tony Garnier
69366 LYON Cedex 07
FRANCE
Tél : 04 37 28 74 24
Fax : 04 37 28 76 01
http://olfac.univ-lyon1.fr/unite/equipe-07/
http://neuralensemble.org/trac/OpenElectrophy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~