Command 'py ./script/hello.py' returned non-zero exit status 1.
AttributeError: module 'random' has no attribute 'choise'
try:
os.system('py ' + './script/' + file_name + '.py')
subprocess.check_output('py ' + './script/' + file_name + '.py', shell=True)
except Exception as execption:
print(execption)