Python keeps saying that there's no module named six, however a already used pip install six
and reinstalled it several times.
Traceback (most recent call last):
File "/Users/sebastianstoelen/Documents/workspace/Python/kulpno14-15_zilver/PiBot/app/Model/graph.py", line 1, in <module>
import matplotlib.pyplot as plt
File "/Library/Python/2.7/site-packages/matplotlib/__init__.py", line 105, in <module>
import six
ImportError: No module named six