python 3.4 - faulty install of Matplotlib -
windows7 python 3.4 32bit. downloaded , ran install according this related question. have different error, posted new question.
i removed faulty install , tried installer sourceforge link off matplotlib.org. both finish claiming successful, though testing results in error (both resulting in same error)
from matplotlib import * traceback (most recent call last): file "<pyshell#2>", line 1, in <module> matplotlib import * file "c:\python34\lib\site-packages\matplotlib\__init__.py", line 105, in <module> import 6 importerror: no module named 'six'
actually need install six. given in python error: "importerror: no module named six"
better can install pip , install libraries using that.
Comments
Post a Comment