Tkinter and the re/sizing of columns in a grid

2005-11-12 Thread noman
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

How do i use ~/.alias within 'ipython -p pysh'?

2006-04-13 Thread noman
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: