ok thanks Marcus, I moved everything into the ZPlugs64/ dir and that got the plugin running. However I’m getting the error code “-1753” when trying to run the FileExecute/LaunchAppWithFile line from the docs as follows:
"
[MemCreate,ZFileUTils_AppPath, 256, 0]
//write app path to memblock
[MemWriteString,ZFileUTils_AppPath,myAppPath,0]
[VarSet,err,[FileExecute,dllPath, “LaunchAppWithFile”,
[StrMerge, "/usr/bin/python ", myPythonFilePath], , ZFileUtils_AppPath]]
[MemDelete,ZFileUTils_AppPath]
"
Any idea what that error code means? Am I using the command wrong? I am using [FileNameResolvePath] to set these path variables before feeding them into the command.
Thanks again!