Hi all, I'm new to Pythonanywhere. I've just set up my project on the cloud. It runs smoothly through the console (python 2.7). When I scheduled the same file to be run daily it gives me permission error "OSError: [Errno 13] Permission denied: '../directory'". But the same script is running fine manually through the consolle... How can I fix this?
Thanks