I have a python file that starts with:
import random
from numpy.random import choice
from decimal import *
When I run in IDLE, I don't get any import-related errors, but when I try to run the same file in SublimeREPL, it returns:
ImportError: No module named numpy.random
I am new to using SublimeREPL and I have no idea why this is happening. If you need any information I haven't provided, just comment.