admin管理员组文章数量:1123341
I have a python script, let's say test.py. The script as some parameters and I have to call it like this:
python3 test.py -a 12345 read-data
The output will be something like that:
2025-01-03 14:00:55,214 bla bla bla
2025-01-03 14:00:55,214 ABCDEFG
My questions:
- How can I execute the script with its parameters in Delphi (see call above)?
- How can I get the result and the output from the call?
I tried Python4Delphi and could initialize everything, but I didn't succeed. I tried the ExecString Method.
I would appreciate any help.
Regards
Daniel
本文标签: Executing python script with parameters in DelphiStack Overflow
版权声明:本文标题:Executing python script with parameters in Delphi - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736564266a1944682.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论