CCing the list >>Can you try writing a short Tkinter app with a Text widget > >never done so, I prefer wxPython, from Tkinter import * top = Tk() Text(top).pack() top.mainloop() Should do it... Alan G.