#13043: Default manage.py should print ImportError ---------------------------+------------------------------------------------ Reporter: sdolan | Owner: nobody Status: new | Milestone: 1.2 Component: Uncategorized | Version: 1.2-beta Keywords: | Stage: Unreviewed Has_patch: 1 | ---------------------------+------------------------------------------------ == Problem == The error handling in the default manage.py for an !ImportError is difficult/frustrating to debug if the error was not in importing the settings module itself.
== Solution == Print out the !ImportError exception when it occurs. The !ImportError exception gives details of the actual module that failed to import. -- Ticket URL: <http://code.djangoproject.com/ticket/13043> Django <http://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 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-updates?hl=en.
