﻿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
13979	Django manage.py doesn’t work with IPython	ingo86	nobody	"I am on MacOSX Snow Leopard and I'm using python 2.6.5 installed with macports. I'm inside a virtualenv.
I can't run python manage.py shell after installing IPython but I can run IPython standalone.
I figured out that the following line, contained into IPython is what causes the issue:
{{{
(status, result) = commands.getstatusoutput( ""otool -L %s | grep libedit"" % _rl.__file__ )
}}}

This happens because for a strange reason, the method getstatusoutput is not available when i launch python manage.py shell but it's available when I launch ipython. I can import the commands module in both cases. I tried looking at the sys.path during the execution of both, but there are no differences.
"		closed	Core (Management commands)	1.2		worksforme	manage.py shell ipython		Unreviewed	0	0	0	0	0	0
