|
From: Paul H. <pmh...@gm...> - 2014-04-29 13:32:24
|
As the error says, you need the dateutil package. It available here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-dateutil On Mon, Apr 28, 2014 at 11:10 PM, Stam Golesh <sta...@gm...> wrote: > hi all > > downloaded and installed > matplotlib-1.3.1.win32-py3.2.exe > > this is what i get > >>> import matplotlib > Traceback (most recent call last): > File "<pyshell#6>", line 1, in <module> > import matplotlib > File "E:\programs\python > 3.2.3\lib\site-packages\matplotlib\__init__.py", line 112, in <module> > raise ImportError("matplotlib requires dateutil") > ImportError: matplotlib requires dateutil > > now what? > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |