Re: Create TarFile using python

2006-09-12 Thread itzel
yes, i did. I'm checking the link in ASPN and I think that it'll works for "my problem" thanks a lot!! One more question... I'll need do it frecuently: add more directories into the same block. Is the same procedure? Thanks!!! ps. sorry about gramatic, I don't write english frecuently Y

Re: Create TarFile using python

2006-09-12 Thread Gerold Penz
itzel schrieb: > I need a script that group a > list of files using Tar file utility and then, compress that block > using a compress utility (gzip i think). Hi! This script packs all files and directories inside the ``source_dir`` into the TAR-GZ-Archive (``destination``): import os.path

Re: Create TarFile using python

2006-09-12 Thread Peter Maas
itzel wrote: > I have a problem. I'm new in python and I need a script that group a > list of files using Tar file utility and then, compress that block > using a compress utility (gzip i think). I already found some > information and i try to apply it, but my scripy doesn't work. Did you look h

Create TarFile using python

2006-09-12 Thread itzel
I have a problem. I'm new in python and I need a script that group a list of files using Tar file utility and then, compress that block using a compress utility (gzip i think). I already found some information and i try to apply it, but my scripy doesn't work. The first problem is when I had tried