Permission Denied With os.rename On Win32
John Abel
johnfabel at btinternet.com
Thu May 15 16:19:31 EDT 2003
OK, fixed this problem. Windows is a little more strict than Linux,
about moving files that you have a refernce to. Solving this,
highlighted another problem. I am building up a path from strings, that
are unicode, and I keep getting:
UnicodeError: UTF-8 decoding error: unexpected end of data
Can someone point me in the right direction for dealing with Unicode?
Thanks
John
John Abel wrote:
> I have a small script, that moves files around. I wrote and tested it
> with 2.2.2 and 2.3b1 on RH9 Linux, with no problem. I've come to run
> it on my Win2000 machine, and I keep getting Permisiion Denied
> errors. I've modifed the code so it does a copy, and then an unlink
> without success - the unlink fails. Has anyone come across this
> before? I've done a search of the archives, and it pops up a couple
> of times, but usually in association with threads, which I'm not using.
>
> Any pointers would be much appreciated. Thanks.
>
> John
>
>
More information about the Python-list
mailing list