Files
dev/script/test47.py
2018-01-19 10:56:53 +01:00

12 lines
438 B
Python
Executable File

###################################################################################################
# Executing CPython in external process.
###################################################################################################
#Calling a method: return values must be JSON serializable
ret = exec_cpython("cpython", [], "test_pandas")
print ret
#Executing a module
ret = exec_cpython("cpython", [])
print ret