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.

Community
  • 1
  • 1
mbPro
  • 747
  • 1
  • 7
  • 12

1 Answers1

0

PYTHONPATH is my guess. Work out how to set the pythonpath for the environment in eclipse and ensure it includes whereever matplotlib resides.

John Mee
  • 50,179
  • 34
  • 152
  • 186