abhishek <[EMAIL PROTECTED]> wrote:
> Hi everyone , i am not able to untar python 2.5 source code using "
> tar -xvzf " . Is it a problem with my system settings or python 2.5
> itself.
>
> When i tried to do it it resulted in following errors --
>
> tar: Skipping to next header
> Python-2.5/Mac/R
On Dec 20, 5:25 pm, abhishek <[EMAIL PROTECTED]> wrote:
> On Dec 19, 12:16 pm, [EMAIL PROTECTED] wrote:
>
> > Hello,
>
> > It is not possible to give sharp hints without more relevant
> > information like:
> > - What is your platform?
> > - Which version of python?
> > - What is the version of: $ta
You might want to try an all-python implementation for sanity testing.
I haven't tested this snippet much. I am not sure it handles nested
files all that well.
import tarfile
tar = tarfile.open("TarTest.tar.gz2", "r:gz") # other options:
"r:bz2", and ??
file_list = tar.getnames()
impor
On Dec 19, 12:16 pm, [EMAIL PROTECTED] wrote:
> Hello,
>
> It is not possible to give sharp hints without more relevant
> information like:
> - What is your platform?
> - Which version of python?
> - What is the version of: $tar--version (GNUtar, other proprietarytar,
> according to my personal ex
Hello,
It is not possible to give sharp hints without more relevant
information like:
- What is your platform?
- Which version of python?
- What is the version of: $ tar --version (GNU tar, other proprietary
tar, according to my personal experience, AIX tar may fail)
- Is your disk full or do you
Hi everyone , i am not able to untar python 2.5 source code using "
tar -xvzf " . Is it a problem with my system settings or python 2.5
itself.
When i tried to do it it resulted in following errors --
tar: Skipping to next header
Python-2.5/Mac/Resources/app/Resources/English.lproj/Documentation/