> You are converting the dictionary to a list on this line, and lists do
> not have keys> rpt_file.writelines('\t' +
> [song].keys() \
>
How am I converting it to a list?> Note the first line has braces, not brackets so it is a > dictionary. Braces? What 1st line are you talking about? -- http://mail.python.org/mailman/listinfo/python-list
