Re: Improving Errors from manage.py

2008-11-17 Thread Jacob Kaplan-Moss
On Mon, Nov 17, 2008 at 3:49 PM, David Cramer <[EMAIL PROTECTED]> wrote: > Ahh. I suppose that makes sense. Is there any reason it doesn't show > them by default? Because they're hard to read and scary for folks not familiar with Python. "I just typed this one thing and got twenty lines of error

Re: Improving Errors from manage.py

2008-11-17 Thread Jacob Kaplan-Moss
On Mon, Nov 17, 2008 at 3:41 PM, David Cramer <[EMAIL PROTECTED]> wrote: > I've been trying to dump some data to fixtures for the last couple > days, and I've ran into various problems each time. It's been quite > difficult each time to determine the problems, as there's no useful > tracebacks on

Re: Improving Errors from manage.py

2008-11-17 Thread David Cramer
Ahh. I suppose that makes sense. Is there any reason it doesn't show them by default? On Nov 17, 3:45 pm, "Alex Koshelev" <[EMAIL PROTECTED]> wrote: > Try to use `--traceback` switch that prints exception's traceback > > On Tue, Nov 18, 2008 at 00:41, David Cramer <[EMAIL PROTECTED]> wrote: > > >

Re: Improving Errors from manage.py

2008-11-17 Thread Alex Koshelev
Try to use `--traceback` switch that prints exception's traceback On Tue, Nov 18, 2008 at 00:41, David Cramer <[EMAIL PROTECTED]> wrote: > > I've been trying to dump some data to fixtures for the last couple > days, and I've ran into various problems each time. It's been quite > difficult each t