Hello everyone, does anybody have experiences with ipython 0.4.0, readline and Tkinter in a Win32 (XP) environment. On starting Tkinter.Tk() the readline interface gets unusable: the cursor keys are not recognized any more. test case from within ipython: import Tkinter r = Tkinter.Tk() Any ideas? Best Regards, Chris