On Thu, Oct 14, 2010 at 01:04:49AM -0400, mukkera harsha wrote:
> 
> http://dpaste.com/257629/
> 
> I pasted the code as you said. Please follow the link.

This may hardly help. Here are the suggestions for you to debug your
code. TypeError is rather the easiest of Exceptions to debug.

- From the traceback, find out where exactly does the TypeError
  occurs. The traceback would give the exact line and the variable
  name.

- Go there and do a print(type(variable)) and see if the code was
  expecting the same

And then you should be able to correct the problem.


-- 
Senthil

I hate dying.
                -- Dave Johnson
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to