Inserting msg.payload into python script (using pythonshell) from .JS file of custom node to process and get its output

I have made a custom python node , i want to pass msg.payload from my ' java script ' to the 'python script' using (pythonshell) and get back the processed value and pass them onto the next node as input...(Note: I dont intend to use any exisiting python node.)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.