Hi;<br>I've determined the problem in a script is I can't open a file to write it:<br>script = open(getpic, "w")  # where getpic is already defined<br>Here are the permissions:<br>-rwxr-xr-x  1 root root  4649 Nov 10 12:31 start.py<br>
What am I doing wrong?<br>TIA,<br>Victor<br>