I installed PyCharm and created a new project. Then, I dragged a bunch of python files into the main panel of the IDE. One of the .py files I dragged had a main portion (if __name__ == '__main__':).
However, my run icon (the green arrow) looks disabled. How come I can't run? I already set my Python interpreter (2.7).