I'm using grid() to lay out a column of Labels and a column of Entries
in a frame. If the user changes an Entry so that it's bigger than its
allotted space, i'd like to widen that column to show the entire
string. I've tried .columnconfigure(1, minsize=newSize),
but that doesn't change anything. I
Pasting the contents of ~/.alias into ~/.ipython/ipythonrc-pysh causes
all of my normal system aliases to be sourced and used by ipython, but
only the single token aliases work. For example, this alias:
alias l 'ls'
works, but this one:
alias ll 'ls -AhlF'
doesn't work. It replies: