Hello all,
i'm on MacOSX Snow Leopard and I have an issue with iPython. When i
launch "python manage.py shell" I get the following error:
Traceback (most recent call last):
File "manage.py", line 11, in <module>
execute_manager(settings)
File "/Users/ingo/Documents/django_projects/youroad/lib/python2.6/
site-packages/django/core/management/__init__.py", line 438, in
execute_manager
utility.execute()
File "/Users/ingo/Documents/django_projects/youroad/lib/python2.6/
site-packages/django/core/management/__init__.py", line 379, in
execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Users/ingo/Documents/django_projects/youroad/lib/python2.6/
site-packages/django/core/management/base.py", line 191, in
run_from_argv
self.execute(*args, **options.__dict__)
File "/Users/ingo/Documents/django_projects/youroad/lib/python2.6/
site-packages/django/core/management/base.py", line 218, in execute
output = self.handle(*args, **options)
File "/Users/ingo/Documents/django_projects/youroad/lib/python2.6/
site-packages/django/core/management/base.py", line 347, in handle
return self.handle_noargs(**options)
File "/Users/ingo/Documents/django_projects/youroad/lib/python2.6/
site-packages/django/core/management/commands/shell.py", line 26, in
handle_noargs
import IPython
File "/Users/ingo/Documents/django_projects/youroad/lib/python2.6/
site-packages/IPython/__init__.py", line 58, in <module>
__import__(name,glob,loc,[])
File "/Users/ingo/Documents/django_projects/youroad/lib/python2.6/
site-packages/IPython/ipstruct.py", line 17, in <module>
from IPython.genutils import list2dict2
File "/Users/ingo/Documents/django_projects/youroad/lib/python2.6/
site-packages/IPython/genutils.py", line 114, in <module>
import IPython.rlineimpl as readline
File "/Users/ingo/Documents/django_projects/youroad/lib/python2.6/
site-packages/IPython/rlineimpl.py", line 36, in <module>
(status, result) = commands.getstatusoutput( "otool -L %s | grep
libedit" % _rl.__file__ )
AttributeError: 'module' object has no attribute 'getstatusoutput'
I can't figure out why is this happening. Anyone could helps?
Thank you,
Ingo86
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.