Hi;<br>I get the following error when I try<br>os.remove(file)<br><br><strong>OSError</strong>: [Errno 13] Permission denied: 'particulars.py'
<br><tt><small>     </small> </tt>args =
(13, 'Permission denied')
<br><tt><small>     </small> </tt>errno =
13
<br><tt><small>     </small> </tt>filename =
'particulars.py'
<br><tt><small>     </small> </tt>strerror =
'Permission denied'


<br><br>Here are the permissions:<br><br>-rwxr-xr-x  1 root root   455 Nov 28 05:58 particulars.py<br><br>When I go into the python interpreter and execute that statement, it succeeds. What have I missed?<br>TIA,<br>Victor<br>