Files
dev/script/test/test47.py
2018-04-17 12:05:48 +02: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