Re: [Tutor] Dos and os.walk with Python

2008-01-25 Thread bsnipes
Timothy Sikes wrote: > > I'm getting the "Digest" version of the mailing list, if there's any > better way to respond to a specific message, I would like to know. thanks > :> > > I use Nabble ( http://www.nabble.com ). Great interface, multiple lists, tag messages, you can control list opti

Re: [Tutor] Dos and os.walk with Python

2008-01-25 Thread Kent Johnson
Timothy Sikes wrote: > I can't seem to figure out how to make hotmail keep those spaces and new > lines. ah oh well You are sending HTML mail. If you can configure hotmail to send plain text that is preferable. Kent ___ Tutor maillist - Tutor

Re: [Tutor] Dos and os.walk with Python

2008-01-24 Thread Alan Gauld
"Timothy Sikes" <[EMAIL PROTECTED]> wrote > I'm getting the "Digest" version of the mailing list, > if there's any better way to respond to a specific message, > I would like to know. thanks :> I used to use the digest before switching to the gmane news feed. I seem to recall there are two d

Re: [Tutor] Dos and os.walk with Python

2008-01-24 Thread Tiger12506
>> I've had little experience with dos. I believe I should use the >> COMPACT, and then the MOVE dos command... Would >> it go something like this? > > You could use these but you'd be better just using Python > to do it via the shutil and os modules and avoid the DOS > commands completely IMHO.

Re: [Tutor] Dos and os.walk with Python

2008-01-24 Thread Marc Tompkins
On Jan 24, 2008 5:28 PM, Timothy Sikes <[EMAIL PROTECTED]> wrote: > I'm getting the "Digest" version of the mailing list, if there's any > better way to respond to a specific message, I would like to know. thanks :> > I also originally signed up for the digest - it drove me up the wall, so I subs

Re: [Tutor] Dos and os.walk with Python

2008-01-24 Thread Timothy Sikes
Date: Fri, 25 Jan 2008 02:09:13 +0100> > > --> > Message: 9> Date: Fri, 25 Jan 2008 01:11:00 > -0000> From: "Alan Gauld" <[EMAIL PROTECTED]>> Subject: Re: [Tutor] Dos and > os.walk with Python> To: tutor@python.org> Message-ID: <[E

Re: [Tutor] Dos and os.walk with Python

2008-01-24 Thread Alan Gauld
"Timothy Sikes" <[EMAIL PROTECTED]> wrote > I don't know if it's okay to ask about Dos in python mailing list, If its related to programming in python as well its fine :-) > I don't know if there are any formatting rules for posting programs It helps if we can see the formatting, especially s

[Tutor] Dos and os.walk with Python

2008-01-24 Thread Timothy Sikes
Hi.I wrote a python script that goes through a specified directory and returns a list of all the files that haven't been modified since a certain date. I was hoping to be able to then continue with the program to bring up dos, and zip, then move the files (to my external hard drive). I have