﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10259	Error in Mac OS X installation documentation	davegallagher	nobody	"This refers to this webpage:  http://docs.djangoproject.com/en/dev/misc/distributions/#misc-distributions

It lists running either of these two commands to install the Mac OS X version of Django using MacPorts.  Currently these don't work:

Python 2.4:  sudo port install py-django-devel
Python 2.5:  sudo port install py25-django-devel

MacPorts probably changed the package names recently.  Here are the available Django packages on MacPorts:

$ port echo *django*
py25-django                     
py26-django     

The commands in the documentation should be changed as follows:

Python 2.4:  ...doesn't seem to exist anymore on MacPorts (I was using the Universal Leopard build of MacPorts)...
Python 2.5:  sudo port install py25-django
Python 2.6:  sudo port install py26-django 

I hope that helps!  :)

-Dave Gallagher"		closed	*.djangoproject.com			invalid	mac os, installation, macports	zerok@…	Design decision needed	0	1	0	0	0	0
