I cannot import my custom module in Space Claim. it doesn't see it. Why?
import os
os.chdir('C:/FEA')
from run_files.raw_dir import go_over
output:
from run_files.raw_dir import go_over
No module named run_files.raw_dir
EDIT:
sys.path.append('C:/FEA') # this works