Suddenly I Can't Import Pygame When Using Pycharm5
I am using a Macbook Air with OS X Yosemite. I am using python 3.4.3. This morning I opened my laptop and entered import pygame and when I ran the program I got the response: Tra
Solution 1:
You probably have wrong Python interpreter speicfied in PyCharm preferences. Go to
PyCharm -> Preferences... -> Project: project -> Project Interpreter
and from the dropdown list choose your Python interpreter or add it manually if PyCharm is not seeing it.
Post a Comment for "Suddenly I Can't Import Pygame When Using Pycharm5"