
Announcements
Hi All,
I would like to run just a simple python script that contains json module, but I always get error.
import json
dict = '{ "name":"John", "age":30, "city":"New York"}'
y = json.loads(dict)
print(y["age"])
Could you please help?
Hey @erika027
I am also facing the same issue while running the python script.
you can refer the following video
Run Python Script Using Powershell
Hope It will work!
------------------------------------------------------------------------------------------------------------------------------
If my suggestion helped you, please give it a Thumbs up and Mark it as a Solution so that it can benefit others in the community.
Thanks,
Sayan Patra
RPA Developer