Im trying to load several pythonscripts via classes to access each of them individually like plugins.
Im using jPython for this
For each script i declare a new class wich should invoke the corresponding script. Then i add each to a list
But for any reason its always the data from the first script.
Any tip how to solve this? Working the last 6 hours to implement it into my monster project, until i regocnized it doesnt work with more than one script
Uploaded a testproject and the jPhyton.java from the lib author @Daestrum
Thanks
Im using jPython for this
For each script i declare a new class wich should invoke the corresponding script. Then i add each to a list
But for any reason its always the data from the first script.
Any tip how to solve this? Working the last 6 hours to implement it into my monster project, until i regocnized it doesnt work with more than one script
Uploaded a testproject and the jPhyton.java from the lib author @Daestrum
Thanks
Attachments
Last edited: