On Thu, Nov 24, 2011 at 4:52 PM, JJ Zolper <[email protected]> wrote:
> Tom,
>
> 7zip works great. I am able to unzip the .tgz file and I have my .tar
> file. Now it is on to installation of it.
>
OK, you're still not getting it. You haven't extracted anything,
you've gunzipped it. You now must use 7zip, or another tar aware
program like the command line bsdtar, to extract the contents of the
tar archive. You should not need at any stage a .tar file!
If you have gunzipped the .tar.gz file to give you a .tar file, the
bsdtar command would be different - it would be bsdtar xvf
Djang-1.3.1.tar - omitting the 'z' flag, which stands for
'gunzip/gzip' the archive ('x' is extract, 'v' verbose, 'f' 'from a
file').
Cheers
Tom
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.