Alex: > I also want to embed Scintilla in Tkinter-created window (create the > rest of the GUI in Tkinter), or rather, I want to know if that's > possible at all. Any suggestions are appreciated.
While it may be possible with sufficient dedication, it is unlikely to be simple. If you really want to use Tkinter then you are probably better off using some existing code that uses its text widget from Python such as Idle. Neil -- http://mail.python.org/mailman/listinfo/python-list