shutil.move, permission denied, why ?
Peter Hansen
peter at engcorp.com
Tue Apr 6 18:37:49 EDT 2004
More information about the Python-list mailing list
Tue Apr 6 18:37:49 EDT 2004
- Previous message (by thread): shutil.move, permission denied, why ?
- Next message (by thread): shutil.move, permission denied, why ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Stéphane Ninin wrote: > I just do not understand what could cause this "permissions denied" for this > file. Any idea of what stupid thing I could have done somewhere in the code > that could cause that ? Can you do exactly the same thing successfully from the command line? That is, do a "move a b" with the same paths that you are trying to use in your code?
- Previous message (by thread): shutil.move, permission denied, why ?
- Next message (by thread): shutil.move, permission denied, why ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list