softtouch 9 Posted 14 hours ago I need to send data back from a python script. This, for example, could be a list of strings, separated by newline. What is the preferred way to send such data back to delphi? 1. Using a module, and its Events property with the onExecute event and process the data or 2. Using the TPythonInputOutput and the onSendUnitData event and process the data? Share this post Link to post
pyscripter 694 Posted 13 hours ago Have you watched the video tutorials? Your question is answered at Share this post Link to post