1

I'm trying to install MatPlotLib for Python (OS X) using this guide. The guide seems to work fine: in fact if I open a terminal and I start a Python session, the command import matplotlib works. But if I try to do the same with Eclipse, it doesn't work and the IDE can't resolve the import.

I'm a newbie in Python programming, so if you have any advice I'll be really thankful.

4

1 回答 1

0

PYTHONPATH 是我的猜测。弄清楚如何在 eclipse 中为环境设置 pythonpath 并确保它包含 matplotlib 所在的任何位置。

于 2012-10-13T11:28:19.437 回答