Re: Installation Problem on Mac OS Leopard

2009-11-29 Thread John M
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

Re: Installation Problem on Mac OS Leopard

2009-11-28 Thread Sandman
-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

Re: Installation Problem on Mac OS Leopard

2009-11-27 Thread Christophe Pettus
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? --

Installation Problem on Mac OS Leopard

2009-11-27 Thread Eric
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