作者wsqa (工作要順利``)
看板Python
標題[問題] 模組使用問題
時間Wed Aug 13 08:25:44 2014
剛開始用python
所以在模組下載匯入應用方面非常有問題
我目前已下載安裝了python2.7
並且在網路上找到一個matplotlib的模組安裝檔(含安裝exe檔)並安裝(for win 64 bit)
但是我在IDEL上打
import matplotlib
卻跑出
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import matplotlib
File "C:\Python27\lib\site-packages\matplotlib\__init__.py", line 111, in
<module>
raise ImportError("matplotlib requires dateutil")
ImportError: matplotlib requires dateutil
請問這個問題要怎麼解決呢?
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 115.43.190.130
※ 文章網址: http://webptt.com/m.aspx?n=bbs/Python/M.1407889546.A.82F.html
3F:→ wsqa: 感謝!!! 08/13 23:26