> list_songs = glob.glob( "'%s/%s'" % ( base_dir , this_dir )

  Missed a closing paren ....

  list_songs = glob.glob( "'%s/%s'" % ( base_dir , this_dir ) )

  Still .... NOT Tested


-- 
Stanley C. Kitching
Human Being
Phoenix, Arizona

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

Reply via email to