On 27/03/2012 05:00, Michael Lewis wrote:
Traceback (most recent call last):
File "C:\Python27\Utilities\copyfiles.py", line 47, in
copyfiles(srcdir, dstdir)
File "C:\Python27\Utilities\copyfiles.py", line 42, in copyfiles
shutil.copy(srcfile, dstfile)
File "C:\Python27\lib\sh
>
> Message: 1
> Date: Mon, 26 Mar 2012 10:52:19 +1100
> From: Steven D'Aprano
> To: tutor@python.org
> Subject: Re: [Tutor] Permissions Error
> Message-ID: <4f6fafb3.4060...@pearwood.info>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
Michael Lewis wrote:
Hi everyone,
If I've created a folder, why would I receive a permissions error when
trying to copy the file. My source code is here:
http://pastebin.com/1iX7pGDw
The usual answer to "why would I receive a permissions error" is that you
don't actually have permission to ac
> Hi everyone,
>
> If I've created a folder, why would I receive a permissions error when trying
> to copy the file. My source code is here:
> http://pastebin.com/1iX7pGDw
What's the permission error you get? Can't you copy the file, or not create the
destination directory?
Or you may not be al
Hi everyone,
If I've created a folder, why would I receive a permissions error when
trying to copy the file. My source code is here:
http://pastebin.com/1iX7pGDw
When I check the properties/security of the file in question, the system
says I have full control.
Thanks.
--
Michael Lewis
_