Find more posts tagged with
Sort by:
1 - 6 of
61

Hi,
i think if you use the new python operator framework which we released with 9.9 this should be possible. I've not tested it though.
Best,
Martin
Sort by:
1 - 3 of
31
Hi,
i think if you use the new python operator framework which we released with 9.9 this should be possible. I've not tested it though.
Best,
Martin
Hi,
as mentioned above, please do not try Execute Python. This cannot work, because you return a pickeled python object.
Please use PoF instead. The operator is called Python Learner.
Best,
Martin
Sorry, this is a bit my fault.
With 9.9 we added two new operators to the python extension. They are called 'Python Learner" and 'Python Transformer'.
We call them Python Operator Framework (PoF) internally, since you can write your own operators using python with them.
Best,
Martin