On Tue, Aug 19, 2014 at 1:34 AM, Furqan wasi <fur...@avpreserve.com> wrote: > except: > print('Simple didnt work') > pass
Drop all of these bare excepts. Let the exceptions get printed. Believe you me, they are a LOT more helpful than "didnt work". ChrisA -- https://mail.python.org/mailman/listinfo/python-list