Random Problems

Cousin Stanley cousinstanley at gmail.com
Wed Aug 13 22:40:11 EDT 2008


> 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




More information about the Python-list mailing list