Hello,
My question is a bit of a novice question because I am kind of new to Delphi and I just started using this library. I am just trying to pass 2 arguments from the python version of a function to the delphi version of the function. I have been using the Demos (demo 3) and the book linked in the readme in the P4D Git repo, but I am a little stuck/confused. I was able to get my really simple Python script to run if I pass 1 argument but if I try to pass 2 arguments to my function in the Python script this is the error I get:
Here are the snippets of code:
If anyone has any suggestions or tips that could help out that would be really awesome!
Thanks!
-Ian