I just started using Sublime text but I cant import pygames. I’ve already imported it into my mac on terminal and importing it on Python idle works fine. I keep getting this message.
importError: No moule named pygame
I just started using Sublime text but I cant import pygames. I’ve already imported it into my mac on terminal and importing it on Python idle works fine. I keep getting this message.
importError: No moule named pygame
Sublime may not be executing the same version of Python in response to your build request as you’re manually running in the Terminal.