Hi All,

I'm on osx 10.6.x (system python, django trunk, ipython from bazar repository)
tring to run the django shell i have :

MacBook-Pro-15-di-Massimo-Di-Stefano:geodjango sasha$ python manage.py 
shellTraceback (most recent call last):
  File "manage.py", line 11, in <module>
    execute_manager(settings)
  File "/Library/Python/2.6/site-packages/django/core/management/__init__.py", 
line 438, in execute_manager
    utility.execute()
  File "/Library/Python/2.6/site-packages/django/core/management/__init__.py", 
line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/Library/Python/2.6/site-packages/django/core/management/base.py", line 
195, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/Library/Python/2.6/site-packages/django/core/management/base.py", line 
222, in execute
    output = self.handle(*args, **options)
  File "/Library/Python/2.6/site-packages/django/core/management/base.py", line 
351, in handle
    return self.handle_noargs(**options)
  File 
"/Library/Python/2.6/site-packages/django/core/management/commands/shell.py", 
line 29, in handle_noargs
    shell = IPython.Shell.IPShell(argv=[])
AttributeError: 'module' object has no attribute 'Shell'
MacBook-Pro-15-di-Massimo-Di-Stefano:geodjango sasha$ 


Thanks for any suggestion to fix this problem!

regards,

Massimo.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to