1
私はPython 2.5を使用しています。私は、Windows 2003 Server上でそれを使用shutil.move - > WindowsError:[エラー32]プロセスがファイルにアクセスできません
c:\docume~1\aaa\locals~1\temp\3\tmpnw-sgp
D:\dirtest\d\c\test.txt
...
WindowsError: [Error32] The process cannot access the file because it is being used by
another process: 'c:\\docume~1\\aaa\\locals~1\\temp\\3\\tmpnw-sgp'
:と
print(srcFile)
print(dstFile)
shutil.move(srcFile, dstFile)
に出力をshutil.move
に問題があります。ここで何が間違っていますか?誰か知っていますか?
よろしくお願いいたします。