/////////////////////////////////////////////////////////////////////////////////////////////////// // Executing CPython in external process. // Requires cpython.py to be put in the scripts folder, or else in the python path. /////////////////////////////////////////////////////////////////////////////////////////////////// //Executing a module ret = exec_cpython("cpython", []) print (ret )