Re: Plain Python traceback (not error page)

2010-07-15 Thread Jonathan Hayward
Thank you; noted; that fixed it. On Thu, Jul 15, 2010 at 5:51 AM, Tom Evans wrote: > On Wed, Jul 14, 2010 at 8:48 PM, Jonathan Hayward > wrote: > > I am working on debugging a basic template, and after correcting some > other > > error, I got: > > > > Traceback (most recent call last): > > > >

Re: Plain Python traceback (not error page)

2010-07-15 Thread Tom Evans
On Wed, Jul 14, 2010 at 8:48 PM, Jonathan Hayward wrote: > I am working on debugging a basic template, and after correcting some other > error, I got: > > Traceback (most recent call last): > > File > "/usr/local/lib/python2.6/site-packages/django/core/servers/basehttp.py", > line 280, in run >

Plain Python traceback (not error page)

2010-07-14 Thread Jonathan Hayward
I am working on debugging a basic template, and after correcting some other error, I got: Traceback (most recent call last): File "/usr/local/lib/python2.6/site-packages/django/core/servers/basehttp.py", line 280, in run self.result = application(self.environ, self.start_response) File "