Re: [Tutor] Need some help with wxPython...

2007-09-04 Thread Alan Gauld
"Trey Keown" <[EMAIL PROTECTED]> wrote > know if anyone knows of a good example of a simple wxPython text > editor wxPython comes with examples of text editors etc. It uses the amazing Scinitill widget upon which Pythonwin and Scite are both based. But look at the Py package which includes PyC

[Tutor] Need some help with wxPython...

2007-09-03 Thread Trey Keown
Hey all, I'm starting to drift away from Tkinter and enter the realm of wxPython. I've recently written a simple text editor in Tkinter, and I would like to know if anyone knows of a good example of a simple wxPython text editor (with the lines properly indented!!!), because all the examples I can