I get this error while trying to open a txt. file. Please tell how to fix it .
code: subprocess.Popen("/home/yash/Documents/ct.txt") time.sleep(1) error: Traceback (most recent call last): File "/home/yash/Documents/final_downloader22.py", line 5, in <module> subprocess.Popen("/home/yash/Documents/ct.txt") File "/usr/lib/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child raise child_exception OSError: [Errno 13] Permission denied