Whoops:

> outfile = open(out_f)

outfile = open(out_f, 'w')

may be better ;-)

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

Reply via email to