Re: [Tutor] moving directories into directories

2009-11-12 Thread Alan Gauld
"Christopher Spears" wrote I'm trying to move a bunch of files and directories into another directory. Unfortunately, I keep getting an error message: OSError: [Errno 17] File exists: './TAPE_ARCHIVES' The problem seems to happen when I try to move a directory into another directory: I

[Tutor] moving directories into directories

2009-11-11 Thread Christopher Spears
I'm trying to move a bunch of files and directories into another directory. Unfortunately, I keep getting an error message: Traceback (most recent call last): File "checkDeviceType.py", line 46, in ? cdt.moveFiles(barcodeList) File "checkDeviceType.py", line 40, in moveFiles shutil.m