Re: [Tutor] Excluding a directory in a script...

2008-05-07 Thread bob gailer
Spencer Parker wrote: here is the code: http://dpaste.com/48734/ Please show us the traceback. -- Bob Gailer 919-636-4239 Chapel Hill, NC ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Excluding a directory in a script...

2008-05-07 Thread Kent Johnson
On Wed, May 7, 2008 at 3:34 PM, Spencer Parker <[EMAIL PROTECTED]> wrote: > I have a script that is just basically looking for a disk image in a > directory...it lists all the directories in the main disk image directory > then appends disk.img to the end to build the full file path. I have one >

Re: [Tutor] Excluding a directory in a script...

2008-05-07 Thread Spencer Parker
here is the code: http://dpaste.com/48734/ On Wed, May 7, 2008 at 1:57 PM, Kent Johnson <[EMAIL PROTECTED]> wrote: > On Wed, May 7, 2008 at 3:34 PM, Spencer Parker <[EMAIL PROTECTED]> > wrote: > > I have a script that is just basically looking for a disk image in a > > directory. > > Please show

Re: [Tutor] Excluding a directory in a script...

2008-05-07 Thread Kent Johnson
On Wed, May 7, 2008 at 3:34 PM, Spencer Parker <[EMAIL PROTECTED]> wrote: > I have a script that is just basically looking for a disk image in a > directory. Please show us the script. Kent ___ Tutor maillist - Tutor@python.org http://mail.python.org/

[Tutor] Excluding a directory in a script...

2008-05-07 Thread Spencer Parker
I have a script that is just basically looking for a disk image in a directory...it lists all the directories in the main disk image directory then appends disk.img to the end to build the full file path. I have one directory that holds old images in it for deletion at a later date. This director