Python Forum

Full Version: Problem with permissions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can run a python file named test.py that prints Hello World from the command prompt and it works.

When I try to run the same file from the same directory with VS code I get permission denied. Same when I try to run it using PyCharm

I set the file and directory permission the r/w. I have run vs code as administrator. Nothing works.

Thanks