On Feb 12, 11:30 pm, Malcolm Tredinnick <malc...@pointy-stick.com>
wrote:
>
>
> The code you've pointed to makes debugging very hard. It completely
> hides all the details of the exception. The first thing I would try
> would be removing the "try" and"except" statements. If an exception
> occurs, see what it is and what the traceback looks like.
>

thanks Malcolm. You're right - there is no way someone could have
debugged that just based on what I posted. Removing the try/except let
me see what was going on.
--~--~---------~--~----~------------~-------~--~----~
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 
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