Weird errors when trying to access a dictionary key

robinsiebler at gmail.com robinsiebler at gmail.com
Fri Jul 20 15:47:56 EDT 2007


Ignore my previous response.  :p

I figured out what my  problem was.  I had [song].keys() when I really
meant song.keys() and really needed str(song.keys()).  I just got a
little too bracket happy.  :p





More information about the Python-list mailing list