Basically, I ran into the error of traits module not showing up. traits.api error in python
Traceback (most recent call last):
File "C:/Users/x/PycharmProjects/Enthought/.idea/Dynamic Plot.py", line 4, in <module>
from traits.api import HasTraits, Instance, Int
ImportError: No module named 'traits'
The answer(hopefully correct) says that the tool suite must be compiled. I want to stay with pycharm. Not sure what compileall would do but it doesn't work.