(FunctionClauseError) no function clause matching in :erlport.call/5
:python.call(py, 'test', 'run', ['hello'])
等と実行時- => シンボルで渡す必要がある様子
:python.call(py, :test, :run, ['hello'])
(FunctionClauseError) no function clause matching in :erlport.call/5
:python.call(py, 'test', 'run', ['hello'])
等と実行時:python.call(py, :test, :run, ['hello'])