I want to use matplotlib.pyplot module on Idle 3.4 "Python" -
i want use plt.plot(x,y) , plt.show().
when use 'idle.exe', can use matplotlib.pyplot , numpy.
however, when use 'idle (python 3.4 gui - 32 bit)', cannot use matplotlib.pyplot , numpy.
i managed solve problem of numpy module, couldn't matplotlib...
for reference, os windows 8.1.
your error requires module dateutil seen in output.
just run in command line,pip install dateutil
or if doesn't work, pip install python-dateutil
Comments
Post a Comment