I was under the impression that PyCharm now has the ability to support plotting using matplotlib. However, if I try to import matplotlib I get the following error, which appears when numpy tries to import multiarray.
ImportError: DLL load failed: %1 is not a valid Win32 application.
I can plot fine through iPython. Is this an issue with PyCharm, and how can I fix it?