Installation Problem on Mac OS Leopard

1 view
Skip to first unread message

Eric

unread,
Nov 27, 2009, 4:01:31 PM11/27/09
to Django users
I'm trying to get Django installed and I can't figure out why its not
working. I purchased the book Djang 1.0 web site development and the
install instructions in the book are identical to instructions on the
Django site. It seems simple enough but for some reason I always catch
hell when it comes to these things. I did exactly what I was told to
do I ran the command (tar xzvf Django-1.1.1.tar.gz) from the terminal
and I got an error that said No Such Directory was found and some
other stuff.

I Googled info on how to install Django on Mac OS and was surprised to
find almost no straightforward way to install it. I really would like
to try Django but I can't even get this thing installed. Why doesn't
Mac have an easy way to install stuff. Can someone please help me
figure out what the problem is. Thanks.

Christophe Pettus

unread,
Nov 27, 2009, 4:15:03 PM11/27/09
to django...@googlegroups.com

On Nov 27, 2009, at 1:01 PM, Eric wrote:
> Why doesn't
> Mac have an easy way to install stuff.

I think we'll need a bit more information about the problem you're
having; installing Django 1.1 on my Leopard MacBook Pro was entirely
painless. What errors are you getting at which steps?

--
-- Christophe Pettus
x...@thebuild.com

Sandman

unread,
Nov 28, 2009, 10:02:16 AM11/28/09
to django...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

If the problem is with extracting the files from the tar.gz, you might
want to make sure that you are using the command tar -xvzf ... and not
tar xvzf (Note the hyphen '-') before the xvzf. These are options passed
to the tar command.

I hope this helps. If this doesn't work, you might want to copy paste
the output from the terminal.
Take care.
> --
>
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.12 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJLETt4AAoJEMBDbtUxk6zPVhkH/AogIB2I+Wurn4n83Y0tv+38
PVyqEjeiOIaUEanJM6zpP+zfiD2oppohhAv3fIXlWe0ShLVv40KOht3i2nPFB5/2
93TrVjVAb21p6VZtS9//1PgANTcduGTqrjyvVlNvyb5shSW44Sb31mC8b/LBt1d3
Rb7P5fE6LscZwd4EQthCl/TrOBhd+IkIHHG/h6eRcnPJVvXwGE3rWU15Q/mNaYjA
DuDlFXTFx6fw7lQe9pBZs6l2hBgE/1Y/4djge86W/1zXWn/Ykl95gS9RVDICkw2M
1RdsWPFJCxzLZ/GKAY5dKCuOynppcqOKAArzE3AbiWFz197m2I8y+hNhwCr5LDI=
=I1p6
-----END PGP SIGNATURE-----

John M

unread,
Nov 29, 2009, 4:23:53 AM11/29/09
to Django users
Me too, I'm not having any issues. I just installed on 10.6 by
downloading 1.1.1 and running the install command sudo python setup.py
install and no issues. After install I run django-admin.py --version
and it shows 1.1.1

You'll need to give us more info to help.

Are you using sudo? What version of OSX? I wonder what version of
Python you have? Maybe that's the issue?

HTH

John
Reply all
Reply to author
Forward
0 new messages