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/Resources/app/Resources/English.lproj/Documentation/ide/
> new_window_made.gif
> tar: Python-2.5/Mac/Resources/app/Resources/English.lproj/
> Documentation/ide/new_window_made.gif: Cannot open: No such file or
> directory

tar can't write the unpacked files because the directory they belong to
doesn't exist. Most likely that's because tar can't create the
directory either.

Do you have write permission for the directory where you want to unpack
to? Can you create the directory Python-2.5 by hand ("mkdir Python-2.5")?




   Florian
-- 
<http://www.florian-diesch.de/>
-----------------------------------------------------------------------
**  Hi! I'm a signature virus! Copy me into your signature, please!  **
-----------------------------------------------------------------------
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to