﻿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
2989	installing django via easy_install is broken in r4050	__doc__	Adrian Holovaty	"The django setup.py is broken n r4050 for easy_install. Trying to easy_install the package fails:

{{{
myhost:~/packages/django_trunk# easy_install .
Processing .
Running setup.py -q bdist_egg --dist-dir /root/packages/django_trunk/egg-dist-tmp-IaTqh9
error: Setup script exited with error: package directory 'root/packages/django_trunk/django' does not exist
}}}

I think it is because easy install changes the working directory or something, and the django setup.py isn't written to run non local.
"	defect	closed	Core (Other)		major	fixed			Unreviewed	0	0	0	0	0	0
