Hello Oyvind,
that's weird, Django (or Python  in general) usually provide very long and 
descriptive trackback.

Could you please provide more information? What version of Python do you 
have? Does it fail when you run ./manage.py runserver? You've mentioned, 
the error is in local app, does that app load any thirdparty modules?

I've never came across unhandled exception which doesn't show trackback, so 
my guess is some c/c++ python extension (PIL, psycopg2, …). But that's just 
guess…

Cheers,
 Tom

Dne pátek, 12. října 2012 12:47:51 UTC+2 Oyvind Idland napsal(a):
>
> Hello,
>
> I am currently trying to upgrade a site from 1.2.x to 1.4.1. When I try to 
> start the app, I get this:
>
> Validating models...
> Unhandled exception in thread started by <__main__.NewThreadStartup 
> instance at 0x03D13738>
>
>
> Since the output is very economical about info, I spent some time to track 
> down the origins. 
> I found this in loading.py,  AppCache._populate():
>
>             for app_name in settings.INSTALLED_APPS:
>                 if app_name in self.handled:
>                     continue
>                 self.load_app(app_name, True)    <---- CRASH
>
> The app it tries to load, is a local one (made by a co-developer some time 
> ago). 
>
> Shouldn't there be better error handling in cases like this, at least 
> showing what happened, and where ?
> There is no exception handling what so ever..
>
> -- Oyvind
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/SbzMIfmJbZEJ.
To post to this group, send email to django-users@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