Any idea how to fix this ? How can I debug what might be the problem ? This does not seem to help : https://youtrack.jetbrains.com/issue/PY-15520
I get this in the console:
Python 2.6.9 (unknown, Jul 14 2015, 19:46:31)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
>>> import matplotlib.pyplot as plt
Matplotlib support failed
The backend is :
>>> import matplotlib
>>> print(matplotlib.rcParams['backend'])
MacOSX