On Wed, 2007-03-07 at 02:24 -0800, Lawrence Oluyede wrote: > I'm having some problems with the same codebase tested with Python 2.5 > and previous versions. With Python 2.5 the tests pass smoothly but > with 2.4 and 2.3 they "explode". The problem seems to arise when the > application raises an exception due to bad behavior. Python 2.5 gets > back a HTTP 500 (that I check in the tests) but previous versions get > the exception verbatim making the tests crash. > > The Django version is the same: svn last revision.
Can you provide a few more clues, please? In particular, what exception is being raised. If we know what part of the code is involved, it will be easier to try and work out the differences. If you can reduce the behaviour to a simple (only a few lines) example, that would be great, too. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---