On Tue, Apr 30, 2013 at 3:20 AM, Jimmie He <jimmie...@gmail.com> wrote:
>         handle1.close

I haven't looked at the rest of the code, but be careful of this: You
aren't actually *calling* this function. That might be your problem
and it might not, but try fixing it (add the parentheses, even though
there's nothing to put in them) and see if that helps. Same with the
handle2.close at the end.

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

Reply via email to