Just  in case you don't have a clue what they are talking about ;)
import traceback
try:
    #your stuff here
except:
    traceback.print_exc()

That should return any exceptions you may be throwing.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to