#27670: Genuine ImportError masked by exception handling code when loading shell
-------------------------------------+-------------------------------------
               Reporter:  Peter      |          Owner:  nobody
  Inglesby                           |
                   Type:  Bug        |         Status:  new
              Component:  Core       |        Version:  1.10
  (Management commands)              |
               Severity:  Normal     |       Keywords:
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 When I run `./manage.py shell`, I get `ImportError: Couldn't load any of
 the specified interfaces.`

 It turns out that there's a problem with my readline installation which
 causes an `ImportError`.  This `ImportError` is caught and discarded by
 the `except ImportError` in
 `django.core.management.commands.shell.Command.handle`.

 Pull request incoming.

--
Ticket URL: <https://code.djangoproject.com/ticket/27670>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.1efef6df9a7c1e16415b8540d4762c16%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to