Re: Problem untaring python2.5

2007-12-20 Thread Florian Diesch
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

Re: Problem untaring python2.5

2007-12-20 Thread John Machin
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

Re: Problem untaring python2.5

2007-12-20 Thread Shane Geiger
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

Re: Problem untaring python2.5

2007-12-19 Thread abhishek
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

Re: Problem untaring python2.5

2007-12-18 Thread samuel . progin
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

Problem untaring python2.5

2007-12-18 Thread abhishek
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/