That’s because you’re trying to decode the result object itself, and not the stdout (the bytestream) from that object.
rks10a
November 27, 2022, 1:28pm
23
Thanks a lot. Finally it works.
rks10a
December 2, 2022, 12:54pm
24
Hi Ken
Could you please take a look of my different issue
Hi
In form I’m submitting 2 argument, which will be the 2 parameter of external python script.
What changes I need to do in view
Template
<div id="dvPassport" style="display: none">
<form action="/external/" method="post" name="Test_Script">
{% csrf_token %}
Password:
<input type="text" name="param" required><br><br>
{{data_external}}
<input type="text" name="clusterid" value="{{forms.clusterid}}" readonly><br><br>
…
Thanks
Please do not do this. There is no need to post a message asking me to look at another message. I generally see everything coming in, and answer those where I can.