easy SublimeText question regarding pygame module
问题 I've been using SublimeText on OSX without issue... until I tried to import pygame. A simple few lines of code like: print("Hello") import sys import pygame gets the following output: Hello Traceback (most recent call last): File "/Users/andrewjmiller/Desktop/python_work/new_file.py", line 5, in <module> import pygame ImportError: No module named pygame [Finished in 0.0s with exit code 1] [shell_cmd: python -u "/Users/andrewjmiller/Desktop/python_work/new_file.py"] [dir: /Users/andrewjmiller