On Sat, Feb 12, 2011 at 11:21 PM, Ronald Hatcher <ronaldhatc...@mac.com> wrote:
> Hi there -
> The code I'm executing is running in Tornado as:

Well... that traceback appears to be related to your exception handling (I agree
that there's an exception in the imdb.IMDb(), but it's not shown in that stack).

Are you sure to have imported the 'traceback' module?  It looks a lot
like a NameError on this line:
  print repr(traceback.format_stack())

By the way, the output of traceback.print_exc() could be useful, in addition
to the print of the tb stack.

Bye,
-- 
Davide Alberani <davide.alber...@gmail.com>  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to