This commit is contained in:
9
script/tutorial/56_ExecutingCPython.js
Executable file
9
script/tutorial/56_ExecutingCPython.js
Executable file
@@ -0,0 +1,9 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// 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
|
||||
Reference in New Issue
Block a user