I'm writing a script to list all of my music files' id3 tags to a comma delimited file. The only part I'm missing seems like it should be the simplest. I haven't used Python for the last couple of years. My question is this:
When I use os.open(<file_variable>,"w"), I get an error message, TypeError: an integer is required. Has something changed? Did I miss something??? Thanks, -------------------> S Cook -- http://mail.python.org/mailman/listinfo/python-list