Python Forum
Problem with permissions - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Problem with permissions (/thread-14757.html)



Problem with permissions - gehrenfeld - Dec-15-2018

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