That worked! I modified it a little so that I didn't get a long list of 'XXX' based on what files were in the folder that didn't correlate to the dictionary.
I think it works so far:
Code:
for name in fileList: self.DataTypes.insert(END, dd.get(name))
Leave a comment: