On Fri, Apr 12, 2013 at 7:18 PM, Rob Schneider <rmsc...@gmail.com> wrote:
>   f.close

Yep, there's the problem! See my previous post for details. Change this to:

f.close()

and you should be sorted.

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

Reply via email to