I am trying to get the text in a label nicely spaced to line up with other parts of the GUI. I have tried using the space character to do this. However, Tk seems to concatenate consecutive spaces so that I get jut one space between adjacent words. Is there a way to overcome this or some other means of laying out the text in a label to get what I want?