Sublime Forum

I can't import pygames onto Sublime

#1

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

0 Likes

#2

Sublime may not be executing the same version of Python in response to your build request as you’re manually running in the Terminal.

0 Likes

#3

Thanks. I figuered it out.

0 Likes