Re: [Tutor] gzip (fwd)

2004-12-05 Thread Liam Clarke
Heh, I was just pointing out his missing separator was causing his function to fail. : ) On Sun, 5 Dec 2004 17:06:17 -0500, Jacob S. <[EMAIL PROTECTED]> wrote: > Hello! > > > > > >target_dir = 'D:\\backup' > > >target = target_dir +"Zipnametoreplacestrftimeformatstring"+ '.zip' > > > > Just

Re: [Tutor] gzip (fwd)

2004-12-05 Thread Jacob S.
Hello! > >target_dir = 'D:\\backup' > >target = target_dir +"Zipnametoreplacestrftimeformatstring"+ '.zip' > > Just noticed this - > > target_dir("D:\\backup") + "Zipnametoreplacestrftimeformatstring"+ '.zip' > > = D:\\backupZipnametoreplacestrftimeformatstring.zip > > No wonder it doesn't work. >

Re: [Tutor] gzip (fwd)

2004-12-03 Thread Liam Clarke
>target_dir = 'D:\\backup' >target = target_dir +"Zipnametoreplacestrftimeformatstring"+ '.zip' Just noticed this - target_dir("D:\\backup") + "Zipnametoreplacestrftimeformatstring"+ '.zip' = D:\\backupZipnametoreplacestrftimeformatstring.zip No wonder it doesn't work. Try target=target_dir

Re: [Tutor] gzip (fwd)

2004-12-03 Thread Ramkumar Parimal Alagan
I have only 2 word documents in both the directories, i tried removing '-qr' too, but no change, no zip files formed. i'm using windows XP. On Thu, 2 Dec 2004 23:54:11 -0800 (PST), Danny Yoo <[EMAIL PROTECTED]> wrote: > Hi Ramkumar, > > I'm forwarding your message to Python-tutor; in your repli

Re: [Tutor] gzip (fwd)

2004-12-02 Thread Danny Yoo
Hi Ramkumar, I'm forwarding your message to Python-tutor; in your replies, please make sure that you are using the "reply-to-all" feature in your email client. This will allow your response to reach the others on the tutor list. Don't rely on me alone: give the community the chance to help you. I