create a text file

Stan Cook sdcook55 at sbcglobal.net
Mon May 29 16:08:30 EDT 2006


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



More information about the Python-list mailing list