python - setup.py missing in matplotlib -
i have installed matplotlib
http://matplotlib.org/downloads.html
i tried first step
c:\python34\scripts>py example_01.py traceback (most recent call last): file "example_01.py", line 2, in <module> import matplotlib.pyplot plt file "c:\python34\lib\site-packages\matplotlib\__init__.py", line 105, in <mod ule> import 6 importerror: no module named 'six'
using site, found advice should run setup.py. found versions of setup.py in c:\python34\lib\site-packages\numpy not in c:\python34\lib\site-packages\matplotlib.
so, question be:
should have
setup.py
insite-packages\matplotlib
should there separate
setup.py
each site package?how python know run...both numpy , matplotlib can imports.
Comments
Post a Comment