Answer the question
In order to leave comments, you need to log in
Python. Permission denied, what to do?
Code:
import os
a=input('Enter 1 to open calculator: ')
if a =='1':
os.system(r"App_calculator/calc.py")
Error:
sh: App_calculator/calc.py: can 't execute: Permission denied
What to do about it? Help me please!
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question