Re: File permissions script vs shell

2006-01-31 Thread jdlists
Fredrik Lundh wrote: > [EMAIL PROTECTED] wrote: > > > I'm running python on windows and have a program that watches a > > directory and acts on files as they come into the directory. After > > processing is complete, i delete the file, or in this case attempt > > to > > > > In the script versi

Re: File permissions script vs shell

2006-01-31 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I'm running python on windows and have a program that watches a > directory and acts on files as they come into the directory. After > processing is complete, i delete the file, or in this case attempt > to > > In the script version I repeatedly get OSError exceptio

File permissions script vs shell

2006-01-31 Thread jdlists
I'm running python on windows and have a program that watches a directory and acts on files as they come into the directory. After processing is complete, i delete the file, or in this case attempt to In the script version I repeatedly get OSError exceptions stating permission denied when try