New ScreenPanel
This commit is contained in:
11
script/test47.py
Executable file
11
script/test47.py
Executable file
@@ -0,0 +1,11 @@
|
||||
###################################################################################################
|
||||
# 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
|
||||
Reference in New Issue
Block a user