Anyone know how to get the Python shell on Mac OS X to know what up-arrow means? Instead of getting my history, I get this gobbledigook... >>> s = "Python is cool" >>> s 'Python is cool' >>> ^[[A^[[A^[[B (I pushed up, up, then down) Thanks, Rob