Thanks for your response,
When I use below code in python shell in windows machine I am getting an error exit code: -4058.
location of python in my windows looks to be correct as where is showing below path in windows
C:\Users\CQUGSR>where python
C:\Python38\python.exe
C:\Users\CQUGSR\AppData\Local\Microsoft\WindowsApps\python.exe
[{"id":"b1415d99.fb7fc","type":"tab","label":"Flow 1"},{"id":"6e284a45.462364","type":"pythonshell in","z":"b1415d99.fb7fc","name":"","pyfile":"C:\\Varun\\Test\\test.py","virtualenv":"C:\\Python38\\python.exe","continuous":false,"stdInData":false,"x":341.5,"y":154,"wires":[["da45a630.24ff18"]]},{"id":"a39228fa.530ee8","type":"inject","z":"b1415d99.fb7fc","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":140.5,"y":76,"wires":[["6e284a45.462364"]]},{"id":"da45a630.24ff18","type":"debug","z":"b1415d99.fb7fc","name":"","active":true,"console":"false","complete":"false","x":537.5,"y":233,"wires":[]}]
Thanks & Regards
Varun