Re: Unhandled exception during validation

2012-10-19 Thread Oyvind Idland
Sorry for the late reply ! Yes, you are correct. My point is, that something crashed somewhere, and there is no stack trace or anything that indicates what the problem is. -- Oyvind On Friday, October 12, 2012 6:00:22 PM UTC+2, Tom Evans wrote: > > On Fri, Oct 12, 2012 at 4:45 PM, Tomáš Ehrl

Re: Unhandled exception during validation

2012-10-12 Thread Tomas Ehrlich
Well, in this case, I don't see problem in erroritself (that happens). I see problem in missing trackback (that's not usual). My assuption was that "something" suppress it (don't know if it's possible, but I assume it is). Cheers, Tom Dne Fri, 12 Oct 2012 17:00:01 +0100 Tom Evans napsal(a): >

Re: Unhandled exception during validation

2012-10-12 Thread Tom Evans
On Fri, Oct 12, 2012 at 4:45 PM, Tomáš Ehrlich wrote: > 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 run

Re: Unhandled exception during validation

2012-10-12 Thread Tomáš Ehrlich
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

Unhandled exception during validation

2012-10-12 Thread Oyvind Idland
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 tr