Scott David Daniels wrote:
noydb wrote:
I have the code below, which unzips a zipfile containing only one
file. Once it is unzipped, I want to rename the file based on a user
provided name. But I get this (WindowsError: [Error 32] The process
cannot access the file because it is being used by
noydb wrote:
I have the code below, which unzips a zipfile containing only one
file. Once it is unzipped, I want to rename the file based on a user
provided name. But I get this (WindowsError: [Error 32] The process
cannot access the file because it is being used by another process)
error, whic
noydb wrote:
> On Dec 11, 9:38 pm, "gudonghua+pyt...@gmail.com"
> wrote:
[...]
>
> Thanks! That was simple enough.
>
> And...
> ##os.rename(new91mdb, (os.path.join(output_dir, uChoice)))
> os.rename(new91mdb, (os.path.join(output_dir, "C:\TEMP\test1.mdb")))
>
> ... of those two lines, the top
On Dec 11, 9:38 pm, "gudonghua+pyt...@gmail.com"
wrote:
> On Dec 12, 10:15 am, noydb wrote:
>
>
>
> > All,
>
> > I have the code below, which unzips a zipfile containing only one
> > file. Once it is unzipped, I want to rename the file based on a user
> > provided name. But I get this (WindowsE
On Dec 12, 10:15 am, noydb wrote:
> All,
>
> I have the code below, which unzips a zipfile containing only one
> file. Once it is unzipped, I want to rename the file based on a user
> provided name. But I get this (WindowsError: [Error 32] The process
> cannot access the file because it is being
All,
I have the code below, which unzips a zipfile containing only one
file. Once it is unzipped, I want to rename the file based on a user
provided name. But I get this (WindowsError: [Error 32] The process
cannot access the file because it is being used by another process)
error, which does no