當我想在IDLE中導入matplotlib時。出現以下錯誤:ImportError:IDLE中沒有名爲matplotlib的模塊
ImportError: No module named matplotlib
我使用的是Mac,蟒蛇在我的.bash_profile的路徑是:
# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
天前,我想從我的Mac計算機上卸載蟒蛇,所以我不知道如果我只是損壞了內置的python。
我該如何解決這個問題?
你安裝matplotlib? –
我使用sudo easy_install matplotlib來安裝它。而在使用python a.py的shell中,它工作正常。但在IDLE中仍然找不到模塊。 –